* fixed SQL error "Field last_mod doesnt have a default value" on update for newer MySQL versions or PostgreSQL

This commit is contained in:
Ralf Becker 2014-05-27 12:46:18 +00:00
parent 9ed199261a
commit d1c25c7c38

View File

@ -956,6 +956,7 @@ class categories
'cat_appname' => '*update*',
'cat_name' => 'global=0',
'cat_description' => 'global=0',
'last_mod' => time(),
),false,__LINE__,__FILE__);
}
self::$cache = array();