Hello,
Can anyone tell me what this error means? We upgraded PHP to 4.3.1 and it destroyed some scripts.
Fatal error: Cannot redeclare unixdate() in /home/user/www/register/common/lib/adodb.inc.php on line 1219
Heres the line of code from that section (lines 1211-1220)
}
/**
* Also in ADORecordSet.
* @param $v is a date string in YYYY-MM-DD format
*
* @return date in unix timestamp format, or 0 if before 1970, or false if invalid date format
*/
function UnixDate($v)
{[\php]
Thanks!