summaryrefslogtreecommitdiff
path: root/common.pl
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-01-22 21:07:53 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-01-22 21:07:53 +0000
commitebdf3ce4465cf3de50b6d53e7f5656f7fcdd7dd0 (patch)
tree12be3b7b07c81d154bcd6aa1dae1c8b2a2846321 /common.pl
parent304c52f63877eb3192621016a9615fb8b0f49e97 (diff)
fixed bug 1624555
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@774 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'common.pl')
-rw-r--r--common.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.pl b/common.pl
index 3c25498c..54dcb246 100644
--- a/common.pl
+++ b/common.pl
@@ -44,9 +44,9 @@ sub redirect {
$temphash{$_} = $form->{$_};
}
- require "bin/$script";
undef $form;
$form = new Form($argv);
+ require "bin/$script";
for (@common_attrs){
$form->{$_} = $temphash{$_};