|
From: OryNider <ory...@us...> - 2008-03-07 05:35:54
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22987 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.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** mx_functions_phpbb.php 1 Mar 2008 21:21:10 -0000 1.52 --- mx_functions_phpbb.php 7 Mar 2008 05:35:47 -0000 1.53 *************** *** 2179,2181 **** --- 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 |