[Koha-bugs] [Bug 9580] Cover image from Coce, a remote image URL cache

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 29 05:05:12 CET 2014


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

--- Comment #39 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 32857
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32857
Bug 9580 Cover images from Coce, a remote image URL cache

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

::: installer/data/mysql/sysprefs.sql
@@ +86,5 @@
>  ('CircAutocompl','1',NULL,'If ON, autocompletion is enabled for the Circulation input','YesNo'),
>  ('CircAutoPrintQuickSlip','qslip',NULL,'Choose what should happen when an empty barcode field is submitted in circulation: Display a print quick slip window, Display a print slip window or Clear the screen.','Choice'),
>  ('CircControl','ItemHomeLibrary','PickupLibrary|PatronLibrary|ItemHomeLibrary','Specify the agency that controls the circulation and fines policy','Choice'),
> +('CoceHost', 0, NULL, 'Coce server URL', 'Free'),
> +('CoceProviders', 0, NULL, 'Coce providers, for example aws,gb', 'Free'),

This should be empty string ('') or NULL (which is what you put in the
updatedatabase.pl) not 0!

Personally, I'm torn, because I checked out other URL entries in
updatedatabase.pl and I have seen it both ways (NULL and empty string). That
is, there is no standard. :(

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


More information about the Koha-bugs mailing list