Forgot what I fixed ..

This commit is contained in:
jengo 2001-08-05 09:54:16 +00:00
parent 7f9849a64a
commit 7017e7223c
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@
echo "</center>";
// Commit stack to log
$phpgw->log->commit();
exit();
$phpgw->common->phpgw_exit(True);
}
}
}

View File

@ -158,7 +158,7 @@
$html .= "\t<tr bgcolor=".'"'.$color.'"'.">\n";
$html .= "\t\t<td align=center>".$i."</td>\n";
$html .= "\t\t<td>".date('Y.n.d:H.i.s',$err->timestamp)."</td>\n";
$html .= "\t\t<td>".$phpgw->common->show_date($err->timestamp)."</td>\n";
$html .= "\t\t<td>".$phpgw_info['flags']['currentapp']."&nbsp </td>\n";
$html .= "\t\t<td align=center>".$err->severity."</td>\n";
$html .= "\t\t<td>".$err->code."</td>\n";