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:
176ad32
)
a small fix for a man, but a big fix for mankind -- removed parse error
author
Roland Hieber
<devnull@localhost>
Wed, 25 Feb 2009 03:12:38 +0000
(
04:12
+0100)
committer
Roland Hieber
<devnull@localhost>
Wed, 25 Feb 2009 03:12:38 +0000
(
04:12
+0100)
inc/class_erErrorReportManager.inc
patch
|
blob
|
history
diff --git
a/inc/class_erErrorReportManager.inc
b/inc/class_erErrorReportManager.inc
index
6bd8d2d
..
4e3a127
100644
(file)
--- a/
inc/class_erErrorReportManager.inc
+++ b/
inc/class_erErrorReportManager.inc
@@
-394,7
+394,7
@@
class erErrorReportManager {
"„%s“. Neuer Rechner: „%s“, neuer Text: „%s“, Kommentar: %s",
$oOldReport->getMachine(), $oOldReport->getText(), $er->getMachine(),
$er->getText(), (strlen($er->getComment()) > 0) ?
"„%s“. Neuer Rechner: „%s“, neuer Text: „%s“, Kommentar: %s",
$oOldReport->getMachine(), $oOldReport->getText(), $er->getMachine(),
$er->getText(), (strlen($er->getComment()) > 0) ?
-
$"„" .
er->getComment() . "“" : "(leer)");
+
"„" . $
er->getComment() . "“" : "(leer)");
}
$arPut["er_date"] = date("Y\-m\-d\ G\:i\:s", $er->getDate());
$arPut["er_act"] = $er->getOwner();
}
$arPut["er_date"] = date("Y\-m\-d\ G\:i\:s", $er->getDate());
$arPut["er_act"] = $er->getOwner();
This page took
0.025168 seconds
and
4
git commands to generate.