[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [1376] trunk/common.pl



Revision: 1376
          http://svn.sourceforge.net/ledger-smb/?rev=1376&view=rev
Author:   einhverfr
Date:     2007-07-10 14:40:09 -0700 (Tue, 10 Jul 2007)

Log Message:
-----------
Correcting error of losing ->{vc} on redirect

Modified Paths:
--------------
    trunk/common.pl

Modified: trunk/common.pl
===================================================================
--- trunk/common.pl	2007-07-10 21:39:05 UTC (rev 1375)
+++ trunk/common.pl	2007-07-10 21:40:09 UTC (rev 1376)
@@ -27,7 +27,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.