Quote:
Originally Posted by Xenon
hmm, maybe the sprintf function part is wrong.
i don'T see something wrong really, but you may just replace it with:
PHP Code:
$statscache['newusers'] = '<a href="admincp/user.php?' . $session[sessionurl] . 'do=find&user[joindateafter]=' . date('Y-m-d') . '" target="_blank">' . vb_number_format($statscache['newusers']) . '</a>' ;
|
I just wanted to report back that this seemed to do the trick. Thank you very much, sir.
Apparently vbdate doesn't like sprintf for some reason.