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

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



Hi Chris,

Could you verify that this commit doesn't break what you intended to fix in r5250, since it reverts part of that commit?

Thanks!

Bye,

Erik.

---------- Forwarded message ----------
From: <..hidden..>
Date: Thu, Aug 1, 2013 at 11:03 PM
Subject: [Ledger-smb-commits] SF.net SVN: ledger-smb:[5929] trunk/common.pl
To: ..hidden..


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.


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits



--
Bye,

Erik.

http://efficito.com -- Hosted accounting and ERP.
Robust and Flexible. No vendor lock-in.