|
From: Jon O. <jon...@us...> - 2005-04-12 19:50:22
|
Update of /cvsroot/mxbb/mx_newssuite/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15947/modules/mx_newssuite/includes Modified Files: newssuite_constants.php Log Message: lang renaming... Index: newssuite_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_newssuite/includes/newssuite_constants.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** newssuite_constants.php 6 Mar 2005 01:12:55 -0000 1.14 --- newssuite_constants.php 12 Apr 2005 19:50:12 -0000 1.15 *************** *** 1,734 **** ! <?php ! /** ------------------------------------------------------------------------ ! * subject : mx-portal, CMS & portal ! * begin : june, 2002 ! * copyright : (C) 2002-2005 MX-System ! * email : jon...@ho... ! * project site : www.mx-system.com ! * ! * description : ! * ------------------------------------------------------------------------- [...1441 lines suppressed...] ! ! if ( !( $opt &2 ) ) ! { ! // Not translating double quotes ! // Remove double quote from translation table ! unset( $trans_tbl["""] ); ! } ! ! return strtr ( $string, $trans_tbl ); ! } ! } ! // Just to be safe ;o) ! if ( !defined( "ENT_COMPAT" ) ) define( "ENT_COMPAT", 2 ); ! if ( !defined( "ENT_NOQUOTES" ) ) define( "ENT_NOQUOTES", 0 ); ! if ( !defined( "ENT_QUOTES" ) ) define( "ENT_QUOTES", 3 ); ! ! $mxbb_footer_addup[] = 'mxBB Newssuite Module'; ! ?> \ No newline at end of file |