|
From: OryNider <ory...@us...> - 2008-03-07 11:10:49
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12986 Modified Files: mx_functions_phpbb.php Log Message: Index: mx_functions_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_phpbb.php,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** mx_functions_phpbb.php 7 Mar 2008 05:35:47 -0000 1.53 --- mx_functions_phpbb.php 7 Mar 2008 11:08:37 -0000 1.54 *************** *** 2179,2190 **** } - //Temporary fix till mx_kb is fixed - if(!function_exists('dss_rand')) - { - function dss_rand() - { - return mx_dss_rand(); - } - } - ?> \ No newline at end of file --- 2179,2181 ---- |