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

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



Revision: 5929
          http://sourceforge.net/p/ledger-smb/code/5929
Author:   ehuelsmann
Date:     2013-08-01 21:03:24 +0000 (Thu, 01 Aug 2013)
Log Message:
-----------
Forward-port r5928, fixing #873, from the branch to trunk.

Revision Links:
--------------
    http://sourceforge.net/p/ledger-smb/code/5928

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

Modified: trunk/common.pl
===================================================================
--- trunk/common.pl	2013-08-01 20:47:02 UTC (rev 5928)
+++ trunk/common.pl	2013-08-01 21:03:24 UTC (rev 5929)
@@ -37,11 +37,11 @@
         print "Content-type: text/html\n\n";
         return;
     }
-    #if (first { $_ eq $script } @{LedgerSMB::Sysconfig::newscripts}){
+    if (first { $_ eq $script } @{LedgerSMB::Sysconfig::newscripts}){
         print "Location: $form->{callback}\n";
         print "Content-type: text/html\n\n";
         return;
-    #}
+    }
     $form->error(
         $locale->text(
             __FILE__ . ':' . __LINE__ . ':' . $script . ':' . "Invalid Redirect"

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