|
From: Florin C B. <ory...@us...> - 2013-04-05 05:13:26
|
Update of /cvsroot/mxbb/core/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3672 Modified Files: mx_functions.php Log Message: function t() for translation and compatibility with the calendar module features common with other CMS systems. Index: mx_functions.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions.php,v retrieving revision 1.110 retrieving revision 1.111 diff -C2 -d -r1.110 -r1.111 *** mx_functions.php 5 Apr 2013 05:07:49 -0000 1.110 --- mx_functions.php 5 Apr 2013 05:13:24 -0000 1.111 *************** *** 2666,2670 **** * We provide for a possible localization function, t(). * ! */ function t($string, array $args = array(), array $options = array()) { --- 2666,2670 ---- * We provide for a possible localization function, t(). * ! * function t($string, array $args = array(), array $options = array()) { *************** *** 2703,2706 **** --- 2703,2707 ---- } } + */ /** |