[open-ils-commits] r11949 - in trunk/Open-ILS/src: extras/import support-scripts
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Jan 25 11:52:28 EST 2009
Author: miker
Date: 2009-01-25 11:52:26 -0500 (Sun, 25 Jan 2009)
New Revision: 11949
Modified:
trunk/Open-ILS/src/extras/import/marc_add_ids
trunk/Open-ILS/src/support-scripts/long-overdue-status-update.pl
Log:
another typo
Modified: trunk/Open-ILS/src/extras/import/marc_add_ids
===================================================================
--- trunk/Open-ILS/src/extras/import/marc_add_ids 2009-01-25 16:51:38 UTC (rev 11948)
+++ trunk/Open-ILS/src/extras/import/marc_add_ids 2009-01-25 16:52:26 UTC (rev 11949)
@@ -38,7 +38,7 @@
$partcount++;
}
-my $count = 0
+my $count = 0;
while (<>) {
chomp;
my @values = split $delim;
Modified: trunk/Open-ILS/src/support-scripts/long-overdue-status-update.pl
===================================================================
--- trunk/Open-ILS/src/support-scripts/long-overdue-status-update.pl 2009-01-25 16:51:38 UTC (rev 11948)
+++ trunk/Open-ILS/src/support-scripts/long-overdue-status-update.pl 2009-01-25 16:52:26 UTC (rev 11949)
@@ -13,7 +13,7 @@
my $lockfile = shift || "/tmp/long_overdue-LOCK";
my $age = shift;
-$age = '180 days' if (!defined($age) or $age == 0);
+$age = '180 days' if (!defined($age));
if (-e $lockfile) {
open(F,$lockfile);
More information about the open-ils-commits
mailing list