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

SF.net SVN: ledger-smb:[5928] branches/1.3/common.pl



Revision: 5928
          http://sourceforge.net/p/ledger-smb/code/5928
Author:   ehuelsmann
Date:     2013-08-01 20:47:02 +0000 (Thu, 01 Aug 2013)
Log Message:
-----------
Uncomment code commented-out-for-debugging in r5250. Fixes #873.

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

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

Modified: branches/1.3/common.pl
===================================================================
--- branches/1.3/common.pl	2013-07-30 19:07:27 UTC (rev 5927)
+++ branches/1.3/common.pl	2013-08-01 20:47:02 UTC (rev 5928)
@@ -36,11 +36,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.