Untypo
authorJoey Schulze <joey@infodrom.org>
Fri, 29 Dec 2006 20:14:41 +0000 (20:14 +0000)
committerJoey Schulze <joey@infodrom.org>
Fri, 29 Dec 2006 20:14:41 +0000 (20:14 +0000)
src/InfoCon/account/edit.wml
src/InfoCon/account/query.wml

index 31595ba..f6f3770 100644 (file)
@@ -15,7 +15,7 @@
     $add = "&currency=dm";
   }
 
-  if (!isset($_POST[blzkto] && isset($_GET[oid]) {
+  if (!isset($_POST[blzkto]) && isset($_GET[oid])) {
     pg_exec ($dbh, "SET DateStyle = 'ISO'") or die("Datenbank-Abfrage!");
 
     $query = "SELECT $table.blz_kto,datum,category,descr,from_to,statement,$value,name "
index b72eead..83e6955 100644 (file)
@@ -55,7 +55,7 @@ input.submit {
 
 <blockquote>
 <form action=list.php method=POST>
-<input type=hidden class=none name=blzkto value="<? echo $_GET_[blzkto]; ?>">
+<input type=hidden class=none name=blzkto value="<? echo $_GET[blzkto]; ?>">
 <?
   $table = "account";
   $add = '';