Added missing semicolon
authorJoey Schulze <joey@infodrom.org>
Sun, 11 Feb 2007 09:40:37 +0000 (09:40 +0000)
committerJoey Schulze <joey@infodrom.org>
Sun, 11 Feb 2007 09:40:37 +0000 (09:40 +0000)
src/Infodrom/index.wml

index c560b8f..3685445 100644 (file)
@@ -17,7 +17,7 @@
            ."LIMIT 7";
     $sth = pg_exec ($dbh, $query) or die("Datenbank-Abfrage!");
 
-    for ($nr=0; $nr < pg_NumRows ($sth) $nr++) {
+    for ($nr=0; $nr < pg_NumRows ($sth); $nr++) {
       $row = pg_fetch_array ($sth, $nr);
       $date = explode (" ", $row['releasedate']);
       $date = explode ("-", $date[0]);