Topic: undefined function get_microtime()

/include/dblayer/sqlite.php

Lines: 97 + 107

Unless I'm missing something, get_microtime() should actually be microtime() ?

Re: undefined function get_microtime()

Function "get_microtime" defined in "<FORUM_ROOT>/include/dblayer/common_db.php" (lines 21-25), if constant FORUM_SHOW_QUERIES was defined.

Re: undefined function get_microtime()

Right OK, looked further into it. Looks like that code block is run before the rewrite.php is run, which is where I had the define for selected pages.

I take my error report back tongue