http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10554
--- Comment #26 from Mason James <[email protected]> --- (In reply to Jonathan Druart from comment #18) > Comment on attachment 28618 [details] [review] > Bug 10554 - Add more options to 'AllowSelfCheckReturns' syspref > > Review of attachment 28618 [details] [review]: > ----------------------------------------------------------------- > > ::: 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 this is done -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
