projects
/
iserv-mod-error-reporter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
dc5b455
)
trivial fix for PHP >= 5.3, thanks to Martin von Wittich
author
Roland Hieber
<rohieb@rohieb.name>
Wed, 4 Jan 2012 19:11:11 +0000
(20:11 +0100)
committer
Roland Hieber
<rohieb@rohieb.name>
Wed, 4 Jan 2012 19:20:50 +0000
(20:20 +0100)
inc/class_erErrorReportView.inc
patch
|
blob
|
history
diff --git
a/inc/class_erErrorReportView.inc
b/inc/class_erErrorReportView.inc
index
590205e
..
3a1b568
100644
(file)
--- a/
inc/class_erErrorReportView.inc
+++ b/
inc/class_erErrorReportView.inc
@@
-155,7
+155,7
@@
class erErrorReportView {
* for each report.
* @param $arobjem (array of errorReport objects) The reports to print
*/
* for each report.
* @param $arobjem (array of errorReport objects) The reports to print
*/
- public
public
function printErrorReports($arobjem) {
+ public function printErrorReports($arobjem) {
echo "<{$GLOBALS["invtbl"]} class='errors-view-table'>";
bgcol("cb");
if(is_array($arobjem)) {
echo "<{$GLOBALS["invtbl"]} class='errors-view-table'>";
bgcol("cb");
if(is_array($arobjem)) {
This page took
0.022165 seconds
and
4
git commands to generate.