mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
quietened permanent eror_log
This commit is contained in:
parent
5f2252819a
commit
0db7258a7b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user