Added attribution
authorJoey Schulze <joey@infodrom.org>
Thu, 7 Aug 2003 16:23:48 +0000 (16:23 +0000)
committerJoey Schulze <joey@infodrom.org>
Thu, 7 Aug 2003 16:23:48 +0000 (16:23 +0000)
src/InfoCon/account/edit.wml

index 6950ce0..715812c 100644 (file)
@@ -63,7 +63,7 @@
 <b>Abs./Empf.:</b> <select name=from_to>
 <option>
 <?
-  $query = "SELECT DISTINCT from_to FROM $table ORDER BY from_to";
+  $query = "SELECT DISTINCT from_to FROM $table WHERE blz_kto = '$blzkto' ORDER BY from_to";
   $sth = pg_exec ($dbh, $query);
 
   for ($nr=0; $nr <pg_NumRows ($sth); $nr++) {