mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 00:37:54 +02:00
quietened permanent eror_log
This commit is contained in:
@ -623,7 +623,7 @@ class translation
|
||||
*/
|
||||
static function install_langs($langs,$upgrademethod='dumpold',$only_app=False)
|
||||
{
|
||||
error_log(__METHOD__.'('.array2string($langs).", $upgrademethod, $only_app)");
|
||||
//error_log(__METHOD__.'('.array2string($langs).", $upgrademethod, $only_app)");
|
||||
if (is_null(self::$db)) self::init(false);
|
||||
|
||||
@set_time_limit(0); // we might need some time
|
||||
|
Reference in New Issue
Block a user