From 91f12b2ef006fe14a00ecb036317f2eadff048b0 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Mon, 17 Sep 2007 15:30:24 +0000 Subject: [PATCH] Fix bug with Bank --- html/fid.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/fid.php b/html/fid.php index c094026b2..d9f862b04 100644 --- a/html/fid.php +++ b/html/fid.php @@ -27,6 +27,8 @@ if ( isset($_SESSION['isValid']) && $_SESSION['isValid'] == 1) case 'all': $filter_card=""; break; + default: + $filter_card="and frd_id in ($d)"; }