|
From: Jon O. <jon...@us...> - 2008-11-01 11:53:45
|
Update of /cvsroot/mxbb/core/admin In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv3163 Modified Files: page_footer_admin.php Log Message: typho Index: page_footer_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/page_footer_admin.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** page_footer_admin.php 31 Oct 2008 19:02:20 -0000 1.20 --- page_footer_admin.php 1 Nov 2008 11:53:39 -0000 1.21 *************** *** 28,32 **** $stime = ( $endtime[1] + $endtime[0] ) - $mx_starttime; ! $current_phpbb_version -> $mx_backend->get_phpbb_version(); $execution_stats = sprintf($lang['Execution_Stats'], $db->num_queries, round($stime, 4)); --- 28,32 ---- $stime = ( $endtime[1] + $endtime[0] ) - $mx_starttime; ! $current_phpbb_version = $mx_backend->get_phpbb_version(); $execution_stats = sprintf($lang['Execution_Stats'], $db->num_queries, round($stime, 4)); |