"removed permanent error_log() in set_cache"

This commit is contained in:
Ralf Becker 2008-10-20 14:52:01 +00:00
parent c635c11f32
commit 44c3c3f75a

View File

@ -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);