a small fix for a man, but a big fix for mankind -- removed parse error
authorRoland Hieber <devnull@localhost>
Wed, 25 Feb 2009 03:12:38 +0000 (04:12 +0100)
committerRoland Hieber <devnull@localhost>
Wed, 25 Feb 2009 03:12:38 +0000 (04:12 +0100)
inc/class_erErrorReportManager.inc

index 6bd8d2d..4e3a127 100644 (file)
@@ -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) ? 
-        $"„" . er->getComment() . "“" : "(leer)");
+        "„" . $er->getComment() . "“" : "(leer)");
     }
     $arPut["er_date"] = date("Y\-m\-d\ G\:i\:s", $er->getDate());
     $arPut["er_act"] = $er->getOwner();
This page took 0.029289 seconds and 4 git commands to generate.