Add the account to the URL
authorJoey Schulze <joey@infodrom.org>
Fri, 16 Mar 2007 15:18:43 +0000 (15:18 +0000)
committerJoey Schulze <joey@infodrom.org>
Fri, 16 Mar 2007 15:18:43 +0000 (15:18 +0000)
src/InfoCon/account/edit.wml

index a2e5ca1..b6252be 100644 (file)
@@ -29,6 +29,7 @@
       $date = explode ("-", $date[0]);
       $date = sprintf ("%d.%d.%d", $date[2], $date[1], $date[0]);
       $blzkto = $row['blz_kto'];
+      $add .= '&blzkto='. $blzkto;
     }
   } else {
     $blzkto = $_GET[blzkto];