[open-ils-commits] r8664 -
branches/acq-experiment/Open-ILS/src/perlmods/OpenILS/Utils
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Feb 6 12:08:12 EST 2008
Author: erickson
Date: 2008-02-06 11:39:44 -0500 (Wed, 06 Feb 2008)
New Revision: 8664
Modified:
branches/acq-experiment/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm
Log:
fixed variable declaration
Modified: branches/acq-experiment/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm
===================================================================
--- branches/acq-experiment/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm 2008-02-06 16:39:23 UTC (rev 8663)
+++ branches/acq-experiment/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm 2008-02-06 16:39:44 UTC (rev 8664)
@@ -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