forked from extern/egroupware
Forgot what I fixed ..
This commit is contained in:
parent
7f9849a64a
commit
7017e7223c
@ -68,7 +68,7 @@
|
||||
echo "</center>";
|
||||
// Commit stack to log
|
||||
$phpgw->log->commit();
|
||||
exit();
|
||||
$phpgw->common->phpgw_exit(True);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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']."  </td>\n";
|
||||
$html .= "\t\t<td align=center>".$err->severity."</td>\n";
|
||||
$html .= "\t\t<td>".$err->code."</td>\n";
|
||||
|
Loading…
Reference in New Issue
Block a user