forked from extern/egroupware
* fixed SQL error "Field last_mod doesnt have a default value" on update for newer MySQL versions or PostgreSQL
This commit is contained in:
parent
9ed199261a
commit
d1c25c7c38
@ -956,6 +956,7 @@ class categories
|
|||||||
'cat_appname' => '*update*',
|
'cat_appname' => '*update*',
|
||||||
'cat_name' => 'global=0',
|
'cat_name' => 'global=0',
|
||||||
'cat_description' => 'global=0',
|
'cat_description' => 'global=0',
|
||||||
|
'last_mod' => time(),
|
||||||
),false,__LINE__,__FILE__);
|
),false,__LINE__,__FILE__);
|
||||||
}
|
}
|
||||||
self::$cache = array();
|
self::$cache = array();
|
||||||
|
Loading…
Reference in New Issue
Block a user