344. File Comparison Report

Produced on Mon May 12 13:05:50 2008 UTC. This report uses XHTML and CSS2, and is best viewed with a reasonably standards compliant browser such as the latest version of Firefox or Internet Explorer. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

344.1 Files compared

# Location File Last Modified
1 Mon May 12 13:05:50 2008 UTC
2 Dolphin-v.6.1.0\orca\xml lang.php Wed Apr 9 17:44:50 2008 UTC

344.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 28
Removed 0 0

344.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

344.4 Active regular expressions

No regular expressions were active.

344.5 Comparison detail

    1   <?php
    2   /**
    3   *                              O rca Intera ctive Foru m Script
    4   *                                 --------- ------
    5   *     Star ted              : Mo n Mar 23 2 006
    6   *     Copy right            : (C ) 2007 Boo nEx Group
    7   *     Webs ite              : ht tp://www.b oonex.com
    8   * This fil e is part  of Orca -  Interactiv e Forum Sc ript
    9   * Creative  Commons A ttribution  3.0 Licen se
    10   **/
    11  
    12  
    13   /**
    14    * file to  get langu age string , overrrid e it if yo u use exte rnal langu age file
    15    ********* ********** ********** ********** ********** ********** ********** ********** /
    16  
    17   function g etLangStri ng ($s, $s Lang = '')
    18   {
    19       global  $gConf;
    20  
    21       if (!$ sLang)
    22           $s Lang = $gC onf['lang' ];
    23  
    24       requir e_once ($g Conf['dir' ]['langs']  . $sLang  .  '.php') ;
    25       return  isset($GL OBALS['L'] [$s]) ? $G LOBALS['L' ][$s] : '_ ' . $s;
    26   }
    27  
    28   ?>