corrected typho $now_us --> $now_su

This commit is contained in:
Cornelius Weiß 2005-05-10 13:38:58 +00:00
parent f5da559e25
commit 6ae229d703

View File

@ -709,7 +709,7 @@ class bocal
case 'integer': // already a timestamp
break;
default: // eg. boolean, means now in user-time (!)
$date = $this->now_us;
$date = $this->now_su;
break;
}
if ($user2server)