This commit is contained in:
Andreas Österreicher
2007-10-11 15:35:34 +00:00
parent 3a0ef00cd0
commit cd36affa6f
16 changed files with 1232 additions and 158 deletions
+5
View File
@@ -348,6 +348,11 @@ if(!$error)
$variable->name = 'kontofilterstg';
$variable->wert = $_POST['kontofilterstg'];
}
elseif(isset($_POST['name']))
{
$variable->name = $_POST['name'];
$variable->wert = $_POST['wert'];
}
else
{
$error = true;