From 78a78c11b61577e9ad611bb877236058a2363aee Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Sat, 5 May 2018 11:05:38 +0200 Subject: [PATCH] Untypo --- src/InfoCon/buch/index.wml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InfoCon/buch/index.wml b/src/InfoCon/buch/index.wml index 1e2084c..086b199 100644 --- a/src/InfoCon/buch/index.wml +++ b/src/InfoCon/buch/index.wml @@ -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 ("

Nicht bezahlte Rechnungen

"); echo ("
"); -- 2.20.1