Ok, i fixed my prob myself.
I removed the
PHP Code:
$statsupdate = "<font color=green>Last updated at $getupdatetime</font> ";
from the orig place
Then AFTER the update stats "if" statement ended and the stats update time was added to the cache i added this:
PHP Code:
$getupdatetime = vbdate("$vboptions[timeformat] - F jS, Y", $statscache['lastupdate']);
$statsupdate = "<font color=green>Last updated at $getupdatetime</font> ";
Now it updates the queries AND the last update time at the same moment, when all the queries run.
See screenshot
yay!