Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $DBversion = "XXX";
- if ( CheckVersion($DBversion) ) {
- $dbh->do("INSERT INTO systempreferences (variable,value,explanation,type) VALUES
- ('UsejQueryIMEonOPAC','0','','If ON, enables jQuery.ime input methods on the OPAC','YesNo')");
- $dbh->do("INSERT INTO systempreferences (variable,value,explanation,type) VALUES
- ('UsejQueryIMEonStaff','0','','If ON, enables jQuery.ime input methods on the staff client','YesNo')");
- print "Upgrade to $DBversion done (Bug 12815 - Adding support of jquery.ime to Koha)\n";
- SetVersion ($DBversion);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement