[open-ils-commits] r9883 -
branches/rel_1_2_2/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Jun 19 13:52:35 EDT 2008
Author: miker
Date: 2008-06-19 13:52:32 -0400 (Thu, 19 Jun 2008)
New Revision: 9883
Modified:
branches/rel_1_2_2/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
Log:
perl syntax typo
Modified: branches/rel_1_2_2/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
===================================================================
--- branches/rel_1_2_2/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm 2008-06-19 17:52:11 UTC (rev 9882)
+++ branches/rel_1_2_2/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm 2008-06-19 17:52:32 UTC (rev 9883)
@@ -692,7 +692,7 @@
$client->respond( "Error processing overdue circulation [".$c->id."]:\n\n$e\n" );
$log->error("Error processing overdue circulation [".$c->id."]:\n$e\n");
$self->method_lookup('open-ils.storage.transaction.rollback')->run;
- throw $e ifif ($e =~ /IS NOT CONNECTED TO THE NETWORK/o);
+ throw $e if ($e =~ /IS NOT CONNECTED TO THE NETWORK/o);
};
}
}
More information about the open-ils-commits
mailing list