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

SF.net SVN: ledger-smb:[5103] branches/1.2/common.pl



Revision: 5103
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5103&view=rev
Author:   einhverfr
Date:     2012-08-06 06:36:33 +0000 (Mon, 06 Aug 2012)
Log Message:
-----------
Correcting patch.  Thanks Turtle

Modified Paths:
--------------
    branches/1.2/common.pl

Modified: branches/1.2/common.pl
===================================================================
--- branches/1.2/common.pl	2012-08-05 10:55:06 UTC (rev 5102)
+++ branches/1.2/common.pl	2012-08-06 06:36:33 UTC (rev 5103)
@@ -45,7 +45,7 @@
     for (@common_attrs) {
         $temphash{$_} = $form->{$_};
     }
-    $temphash{action} = $form->{action}
+    $temphash{action} = $form->{action};
 
     undef $form;
     $form = new Form($argv);

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.