[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1375] branches/1.2/common.pl
- Subject: SF.net SVN: ledger-smb: [1375] branches/1.2/common.pl
- From: ..hidden..
- Date: Tue, 10 Jul 2007 14:39:09 -0700
Revision: 1375
http://svn.sourceforge.net/ledger-smb/?rev=1375&view=rev
Author: einhverfr
Date: 2007-07-10 14:39:05 -0700 (Tue, 10 Jul 2007)
Log Message:
-----------
Correcting error of losing ->{vc} on redirect
Modified Paths:
--------------
branches/1.2/common.pl
Modified: branches/1.2/common.pl
===================================================================
--- branches/1.2/common.pl 2007-07-10 21:27:44 UTC (rev 1374)
+++ branches/1.2/common.pl 2007-07-10 21:39:05 UTC (rev 1375)
@@ -26,7 +26,7 @@
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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.