From c5e7b0fb14f040639ed0ba12c6d240dda291bec2 Mon Sep 17 00:00:00 2001 From: jengo Date: Wed, 5 Sep 2001 14:37:00 +0000 Subject: [PATCH] Removed some uneeded debug code from my last fix --- admin/inc/class.bolog.inc.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/admin/inc/class.bolog.inc.php b/admin/inc/class.bolog.inc.php index 4e350eba26..c710b5d59e 100755 --- a/admin/inc/class.bolog.inc.php +++ b/admin/inc/class.bolog.inc.php @@ -68,9 +68,6 @@ reset($rows); while(list($rno,$r)=each($rows)) { -// _debug_array($r['log_msg_date']); -// echo 'Convert: ' . $r['log_date'] . ' -> ' . $GLOBALS['phpgw']->db->from_timestamp($r['log_msg_date']); - unset($r['acount_pwd']); // remove the accounts_pwd $r['log_date_e']['value'] = $GLOBALS['phpgw']->common->show_date($GLOBALS['phpgw']->db->from_timestamp($r['log_date']['value'])); $r['log_msg_date_e']['value'] = $GLOBALS['phpgw']->common->show_date($GLOBALS['phpgw']->db->from_timestamp($r['log_msg_date']['value']));