Removed some uneeded debug code from my last fix

This commit is contained in:
jengo 2001-09-05 14:37:00 +00:00
parent dba3fc60f0
commit c5e7b0fb14

View File

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