Bug 9327

Summary: Database update system should provide utility function for adding sysprefs
Product: Koha Reporter: Jared Camins-Esakov <jcamins>
Component: Installation and upgrade (web-based installer)Assignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P5 - low CC: cnighswonger, gmcharlt, jonathan.druart, martin.renvoize
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9071
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13967
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 7167    
Bug Blocks:    

Description Jared Camins-Esakov 2012-12-27 16:57:49 UTC
Right now in order to add sysprefs we use the dbh directly. Instead the database update system should provide functions like C4::Update::Database::AddSyspref and C4::Update::Database::RemoveSyspref for adding and removing sysprefs.