Untypo
[infodrom.org/service.infodrom.org] / src / InfoCon / buch / index.wml
index 1e2084c..086b199 100644 (file)
@@ -71,7 +71,7 @@ span.in:hover, span.out:hover { background: yellow; border: 1px solid #ccc; }
   $query = "SELECT nr,date,description,price FROM sales WHERE paid=0 AND visible=1 ORDER BY date,nr";
   $sth = pg_exec ($dbh, $query);
 
-  if (!form && pg_NumRows ($sth) > 0) {
+  if (!$form && pg_NumRows ($sth) > 0) {
     $form = 1;
     echo ("<h3>Nicht bezahlte Rechnungen</h3>");
     echo ("<form method=\"POST\" action=\"pay.php\">");