From: miker Date: Thu, 15 Jul 2010 20:27:18 +0000 (+0000) Subject: ARG! Missed a semicolon. Perl, be like JS and make them optional. On second thought... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d7831e537c05fc5ddf1b026239fea2153d58104c;p=evergreen%2Fbjwebb.git ARG! Missed a semicolon. Perl, be like JS and make them optional. On second thought do not be like JS in any way. git-svn-id: svn://svn.open-ils.org/ILS/trunk@16945 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm index 1e754a39e..e37968aa2 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm @@ -1353,7 +1353,7 @@ sub authority_tag_sf_startwith { my $limit = shift || 10; my $page = shift || 0; - my $offset = $limit * $page + my $offset = $limit * $page; my $_storage = OpenSRF::AppSession->create( 'open-ils.cstore' ); my @list = ();