From 17b1412ceb06f4d5f83035a8bd04f2d20a1c0660 Mon Sep 17 00:00:00 2001 From: Daniel Sweeney Date: Fri, 27 Mar 2009 10:09:30 -0500 Subject: [PATCH] Cleared a trailing warn, sorry. Signed-off-by: Daniel Sweeney Signed-off-by: Galen Charlton --- C4/Serials.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Serials.pm b/C4/Serials.pm index 5bec265771..bcb90872aa 100644 --- a/C4/Serials.pm +++ b/C4/Serials.pm @@ -1330,7 +1330,7 @@ sub ModSubscription { $notes, $letter, $hemisphere, ($manualhistory?$manualhistory:0), $internalnotes, $serialsadditems, $staffdisplaycount, $opacdisplaycount, $subscriptionid - ); warn "$staffdisplaycount, $opacdisplaycount"; + ); my $rows=$sth->rows; $sth->finish; -- 2.39.2