DM accounts are hidden via default anyway, since they're old
authorJoey Schulze <joey@infodrom.org>
Fri, 16 Mar 2007 15:35:43 +0000 (15:35 +0000)
committerJoey Schulze <joey@infodrom.org>
Fri, 16 Mar 2007 15:35:43 +0000 (15:35 +0000)
src/InfoCon/account/index.wml

index 063e0e1..1679ab7 100644 (file)
@@ -17,13 +17,6 @@ Die folgenden Konten stehen zur Verf
     printf ("<li><a href=\"query.php?blzkto=%s\">%s</a> (Stand: %6.2f EUR)",
       urlencode($kto), $name, stand ($dbh, $kto, "eur"));
   }
-
-  $accounts = account_names ($dbh, 1, "dm");
-
-  foreach ($accounts as $kto => $name) {
-    printf ("<li><a href=\"query.php?blzkto=%s\">%s</a> (Stand: %6.2f DM)",
-      urlencode($kto), $name, stand ($dbh, $kto, "dm"));
-  }
 ?>
 </ul>