Quote:
Originally posted by ariaforums
$post[joindate]=vbdate($registereddateformat,$post[joindate]);
I still cannot find this in adminfunctions.php
|
Try looking for it without spaces
Code:
$post[joindate]=vbdate($registereddateformat,$post[joindate]);
If that doesn't work try looking for
Code:
} else {
$postsperday = sprintf("%.2f",($post[posts] / $jointime));
}
its just below that.