diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-07-10 21:39:05 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-07-10 21:39:05 +0000 |
commit | 5a74a0b7d4c37f05822ddde5336a76d5d1cc4765 (patch) | |
tree | 15ab5bd78bb414525ed31641963eec85fbef0642 | |
parent | 6e9961e99c62bdf8fd47956fe73988293de4f43d (diff) |
Correcting error of losing ->{vc} on redirect
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1375 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r-- | common.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ sub redirect { my ( $script, $argv ) = split( /\?/, $form->{callback} ); my @common_attrs = qw( - dbh login favicon stylesheet titlebar password custom_db_fields + dbh login favicon stylesheet titlebar password custom_db_fields vc ); if ( !$script ) { # http redirect to login.pl if called w/no args |