Changed the calling format of the errorlog routines to new array() form

This commit is contained in:
jerrywestrick 2001-08-06 22:21:28 +00:00
parent 2a3bd14ee4
commit 149888c36d

View File

@ -42,8 +42,7 @@
}
else
{
$phpgw->log->message('W-VerifySession, could not verify session durring logout');
$phpgw->log->commit();
$phpgw->log->write(array('text'=>'W-VerifySession, could not verify session durring logout'));
}
Setcookie('sessionid');
Setcookie('kp3');