Distinguish accounts by currency
authorJoey Schulze <joey@infodrom.org>
Wed, 21 Mar 2007 15:45:13 +0000 (15:45 +0000)
committerJoey Schulze <joey@infodrom.org>
Wed, 21 Mar 2007 15:45:13 +0000 (15:45 +0000)
src/InfoCon/account/all.wml

index 3ec6308..c8a6e84 100644 (file)
@@ -21,7 +21,7 @@ Die folgenden Konten stehen zur Verf
   $accounts = account_names ($dbh, "", "dm");
 
   foreach ($accounts as $kto => $name) {
-    printf ("<li><a href=\"query.php?blzkto=%s\">%s</a> (Stand: %6.2f DM)",
+    printf ("<li><a href=\"query.php?blzkto=%s&cur=dm\">%s</a> (Stand: %6.2f DM)",
       urlencode($kto), $name, stand ($dbh, $kto, "dm"));
   }
 ?>