[open-ils-commits] r9882 - branches/rel_1_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:14 EDT 2008


Author: miker
Date: 2008-06-19 13:52:11 -0400 (Thu, 19 Jun 2008)
New Revision: 9882

Modified:
   branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
Log:
perl syntax typo

Modified: branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
===================================================================
--- branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm	2008-06-19 17:51:55 UTC (rev 9881)
+++ branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm	2008-06-19 17:52:11 UTC (rev 9882)
@@ -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