From: Joey Schulze Date: Sun, 7 Oct 2007 11:31:40 +0000 (+0000) Subject: Start with white X-Git-Url: https://git.infodrom.org/?p=infodrom.org%2Fservice.infodrom.org;a=commitdiff_plain;h=646f65ccb1b57f09bc57d0261b97a303e64a858a Start with white --- diff --git a/src/Infodrom/events/old.wml b/src/Infodrom/events/old.wml index 54972d6..5d6711e 100644 --- a/src/Infodrom/events/old.wml +++ b/src/Infodrom/events/old.wml @@ -14,7 +14,7 @@ $sth = pg_exec ($dbh, $query) or die("Datenbank-Abfrage!"); - $color = ""; + $color = ""; for ($i=0; $i < pg_NumRows ($sth); $i++) { $row = pg_fetch_array ($sth, $i); @@ -30,7 +30,7 @@ if ($year > 0) { echo ($event_table_end); } - $color = ""; + $color = ""; printf ("

Past events in %s

", $thisyear); echo ($event_table_start); $year = $thisyear;