I like explicit semicolons
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 21 Oct 2009 08:26:11 +0000 (08:26 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 21 Oct 2009 08:26:11 +0000 (08:26 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14515 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Circ.pm

index 6dd9a56..28443a0 100644 (file)
@@ -397,7 +397,7 @@ sub post_checkin_backdate_circ {
     return $e->die_event unless $e->checkauth;
     if($self->api_name =~ /batch/) {
         foreach my $c (@$circ_id) {
-            $conn->respond(post_checkin_backdate_circ_impl($e, $c, $backdate)) 
+            $conn->respond(post_checkin_backdate_circ_impl($e, $c, $backdate));
         }
     } else {
         $conn->respond_complete(post_checkin_backdate_circ_impl($e, $circ_id, $backdate));