Assorted fixes, courtesy Roberto De Luca && kink
[squirrelmail.git] / plugins / calendar / event_delete.php
index 92a1099f2b78956e40159b9c3fc3524d35387d83..bcf2c8586aa9b26ddc32e9d5e8231a2f0c388c56 100644 (file)
@@ -159,7 +159,7 @@ if (isset($dyear) && isset($dmonth) && isset($dday) && isset($dhour) && isset($d
     if (isset($confirmed)){
         delete_event("$dmonth$dday$dyear", "$dhour$dminute");
         echo '<br><br>' . _("Event deleted!") . "<br>\n";
-        echo "<a href=\"day.php?year=$year&month=$month&day=$day\">" .
+        echo "<a href=\"day.php?year=$year&amp;month=$month&amp;day=$day\">" .
           _("Day View") . "</a>\n";
     } else {
         readcalendardata();