From 44c3c3f75a6e9b701e42051164e03d095a810299 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 20 Oct 2008 14:52:01 +0000 Subject: [PATCH] "removed permanent error_log() in set_cache" --- phpgwapi/inc/class.egw_link.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.egw_link.inc.php b/phpgwapi/inc/class.egw_link.inc.php index d4ec1edeba..1c6d5f869c 100644 --- a/phpgwapi/inc/class.egw_link.inc.php +++ b/phpgwapi/inc/class.egw_link.inc.php @@ -1033,7 +1033,7 @@ class egw_link extends solink */ public static function set_cache($app,$id,$title,$file_access=null) { - error_log(__METHOD__."($app,$id,$title,$file_access)"); + //error_log(__METHOD__."($app,$id,$title,$file_access)"); if (!is_null($file_access)) { $cache =& self::get_cache($app,$id);