From 2955e89bbe7644fbaea841c9e9ca381463bc51df Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 24 Feb 2014 11:55:25 +0000 Subject: [PATCH] quitened permanent error_log --- etemplate/inc/class.etemplate_widget_menupopup.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etemplate/inc/class.etemplate_widget_menupopup.inc.php b/etemplate/inc/class.etemplate_widget_menupopup.inc.php index e19d98c52f..d0d26189ec 100644 --- a/etemplate/inc/class.etemplate_widget_menupopup.inc.php +++ b/etemplate/inc/class.etemplate_widget_menupopup.inc.php @@ -509,7 +509,7 @@ class etemplate_widget_menupopup extends etemplate_widget } -error_log("$widget Type $type Pref: $select_pref Groups:".array2string($mygroups)); + //error_log("$widget Type $type Pref: $select_pref Groups:".array2string($mygroups)); $accs = array(); // No restrictions, just search for the right type @@ -539,7 +539,7 @@ error_log("$widget Type $type Pref: $select_pref Groups:".array2string($mygroups } } } - + // Primary group and search includes users from primary group, // and all groups, not just primary group, so add those in if($groups && $select_pref == 'primary_group') @@ -549,7 +549,7 @@ error_log("$widget Type $type Pref: $select_pref Groups:".array2string($mygroups $accs[$group['account_id']] = $GLOBALS['egw']->accounts->read($group['account_id']); } } -error_log("$widget Accs: " . implode(',',array_keys($accs))); + //error_log("$widget Accs: " . implode(',',array_keys($accs))); // Go through list of accounts (users & groups) and format them for display foreach($accs as $acc) @@ -565,7 +565,7 @@ error_log("$widget Accs: " . implode(',',array_keys($accs))); { $options[$acc['account_id']] = self::accountInfo($acc['account_id'],$acc,$type2,$type=='both'); } -error_log(" {$acc['account_id']}:" . $options[$acc['account_id']]); + //error_log(" {$acc['account_id']}:" . $options[$acc['account_id']]); } // Make sure all values are present, even if not normally sent (according to preferences)