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

SF.net SVN: ledger-smb: [1205] branches/1.2/LedgerSMB/Menu.pm



Revision: 1205
          http://svn.sourceforge.net/ledger-smb/?rev=1205&view=rev
Author:   tetragon
Date:     2007-05-17 15:40:47 -0700 (Thu, 17 May 2007)

Log Message:
-----------
Fix scoping of the exclusion list in access_control

Modified Paths:
--------------
    branches/1.2/LedgerSMB/Menu.pm

Modified: branches/1.2/LedgerSMB/Menu.pm
===================================================================
--- branches/1.2/LedgerSMB/Menu.pm	2007-05-17 21:15:52 UTC (rev 1204)
+++ branches/1.2/LedgerSMB/Menu.pm	2007-05-17 22:40:47 UTC (rev 1205)
@@ -107,7 +107,7 @@
     }
 
     my @a = split /;/, $myconfig->{acs};
-    my $excl = ();
+    my %excl = ();
 
     # remove --AR, --AP from array
     grep { ( $a, $b ) = split /--/; s/--$a$//; } @a;


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