Whee, forgot to reorder things in the 2nd account row
authorJoey Schulze <joey@infodrom.org>
Wed, 2 Jan 2002 20:33:59 +0000 (20:33 +0000)
committerJoey Schulze <joey@infodrom.org>
Wed, 2 Jan 2002 20:33:59 +0000 (20:33 +0000)
src/InfoCon/account/index.wml

index 4e4a275..437bb64 100644 (file)
@@ -50,8 +50,8 @@ Die folgenden Konten stehen zur Verf
     $row = pg_fetch_array ($sth, $nr);
     $both = explode (":", $row['blz_kto']);
 
-    printf ("<li><a href=\"query.php3?blzkto=%s&cur=dm\">BLZ %s, Konto %s</a> (Stand: %6.2f DM)",
-      $row['blz_kto'], $both[0], $both[1], stand ($dbh, $row['blz_kto'], "dm"));
+    printf ("<li><a href=\"query.php3?blzkto=%s&cur=dm\">Konto %s, BLZ %s</a> (Stand: %6.2f DM)",
+      $row['blz_kto'], $both[1], $both[0], stand ($dbh, $row['blz_kto'], "dm"));
   }
 
 ?>