good point FWC. although.. is indicated in the install file clearly:
Code:
+-----------------------------------------------+
| File: forum/global.php (2 changes) |
+-----------------------------------------------+
| 1. Find this code:
+--------------------------------------------------------------------------+
if (isset($showqueries)) {
$pagestarttime=microtime();
}
+--------------------------------------------------------------------------+
|
+-----------------------------------------------+
| Replace it with:
+--------------------------------------------------------------------------+
$pagestarttime=microtime();
+--------------------------------------------------------------------------+