
12-15-2008, 07:00 PM
|
 |
|
|
Join Date: Nov 2004
Posts: 479
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by |Jordan|
I just upgraded my vb to 3.7.3 PL1 and reinstalled this modification and now it shows this:
Page generated in 0.5590 seconds (-218,857,625,522.77% PHP - 218,857,625,622.77% MySQL) with 30 queries
What went wrong?
|
I finally figured out how to fix this when i upgraded my forum again.
In init.php put:
$db->mstimer_start();
Below
$db->timer_start('Including Functions.php');
|