Start with white
authorJoey Schulze <joey@infodrom.org>
Sun, 7 Oct 2007 11:31:40 +0000 (11:31 +0000)
committerJoey Schulze <joey@infodrom.org>
Sun, 7 Oct 2007 11:31:40 +0000 (11:31 +0000)
src/Infodrom/events/old.wml

index 54972d6..5d6711e 100644 (file)
@@ -14,7 +14,7 @@
 
   $sth = pg_exec ($dbh, $query) or die("Datenbank-Abfrage!");
 
-  $color = "<cold>";
+  $color = "<coln>";
   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 = "<cold>";
+      $color = "<coln>";
       printf ("<h3>Past events in %s</h3>", $thisyear);
       echo ($event_table_start);
       $year = $thisyear;