https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18922
Nick Clemens (kidclamp) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|Needs Signoff |Failed QA --- Comment #10 from Nick Clemens (kidclamp) <[email protected]> --- We got an error on the DB update, had to remove the quotes around the statements inside the q{}: $dbh->do(q{'ALTER TABLE reviews ADD COLUMN share_auth integer'}); to $dbh->do(q{ALTER TABLE reviews ADD COLUMN share_auth integer}); But then on the opac we got an error: Undefined subroutine &Koha::SharedContent::manaRequest called at /kohadevbox/koha/opac/opac-detail.pl line 930 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
