[Koha-bugs] [Bug 10554] Add more options to 'AllowSelfCheckReturns' syspref

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 2 16:59:32 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10554

--- Comment #18 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Comment on attachment 28618
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28618
Bug 10554 - Add more options to 'AllowSelfCheckReturns' syspref

Review of attachment 28618:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=10554&attachment=28618)
-----------------------------------------------------------------

::: installer/data/mysql/updatedatabase.pl
@@ +8555,5 @@
> +if ( CheckVersion($DBversion) ) {
> +
> +    #get current value
> +    my $sth = $dbh->prepare("SELECT * from systempreferences where variable = 'AllowSelfCheckReturns'");
> +    $sth->execute;

Should be replaced with $dbh->selectcol_arrayref

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list