[open-ils-commits] r14924 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Nov 16 13:44:12 EST 2009


Author: erickson
Date: 2009-11-16 13:44:08 -0500 (Mon, 16 Nov 2009)
New Revision: 14924

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm
Log:
removed errant curly

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm	2009-11-16 18:39:36 UTC (rev 14923)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm	2009-11-16 18:44:08 UTC (rev 14924)
@@ -343,7 +343,7 @@
     }
 
     my $start = $begin->strftime('%FT%T%z');
-    my $stop = $end->strftime('%FT%T%z') };
+    my $stop = $end->strftime('%FT%T%z');
 
     return undef if ($start eq $stop);
     return { start => $start, end => $stop };



More information about the open-ils-commits mailing list