um... i know this is a simple hack, but i'm getting this error...
Quote:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/fulldvdr/public_html/admin/functions.php on line 929
Fatal error: Call to undefined function: vbdate() in /home/fulldvdr/public_html/admin/sessions.php on line 403
|
line 929 is
Quote:
$buffer = str_replace(""", "\"", $buffer);
|
and line 203 in sessions is the last line in this quote
Quote:
// get formatted date/time
if ($bbuserinfo['lastvisit']) {
$bbuserinfo['lastvisitdate'] = vbdate($dateformat." ".$timeformat,$bbuserinfo['lastvisit']);
|
???