Fix bug with Bank

This commit is contained in:
sparkyx 2007-09-17 15:30:24 +00:00
parent c87aaca24e
commit 91f12b2ef0

View file

@ -27,6 +27,8 @@ if ( isset($_SESSION['isValid']) && $_SESSION['isValid'] == 1)
case 'all':
$filter_card="";
break;
default:
$filter_card="and frd_id in ($d)";
}