quietened permanent eror_log

This commit is contained in:
Ralf Becker 2011-04-09 10:02:40 +00:00
parent 5f2252819a
commit 0db7258a7b

View File

@ -623,7 +623,7 @@ class translation
*/ */
static function install_langs($langs,$upgrademethod='dumpold',$only_app=False) 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); if (is_null(self::$db)) self::init(false);
@set_time_limit(0); // we might need some time @set_time_limit(0); // we might need some time