mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
corrected typho $now_us --> $now_su
This commit is contained in:
parent
f5da559e25
commit
6ae229d703
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user