[open-ils-commits] r8663 - trunk/Open-ILS/src/perlmods/OpenILS/Utils
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Feb 6 12:07:51 EST 2008
Author: erickson
Date: 2008-02-06 11:39:23 -0500 (Wed, 06 Feb 2008)
New Revision: 8663
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm
Log:
fixed variable declaration
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm 2008-02-06 16:31:25 UTC (rev 8662)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm 2008-02-06 16:39:23 UTC (rev 8663)
@@ -398,7 +398,6 @@
$org ||= $self->requestor->ws_ou;
my $perms = [$perm] unless ref($perm) eq 'ARRAY';
- my $perm;
for $perm (@$perms) {
$self->log(I, "checking perms user=$uid, org=$org, perm=$perm");
More information about the open-ils-commits
mailing list