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']));