View | Details | Raw Unified | Return to bug 9055
Collapse All | Expand All

(-)a/installer/data/mysql/updatedatabase.pl (-3 / +2 lines)
Lines 7231-7239 if ( CheckVersion($DBversion) ) { Link Here
7231
7231
7232
$DBversion = "XXX";
7232
$DBversion = "XXX";
7233
if (  CheckVersion($DBversion) ) {
7233
if (  CheckVersion($DBversion) ) {
7234
    $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('multibranch',0,'If ON, patrons having borrower_attribute's of branchcode, will have them added to their branches allowed, list. Filters all branch lists and opac searches.',NULL,'YesNo');");
7234
    $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('multibranch',0,'If ON, patrons having borrower_attributes of branchcode, will have them added to their branches allowed, list. Filters all branch lists and opac searches.',NULL,'YesNo');");
7235
    print "Upgrade to $DBversion done (Bug 9055, Added multibranch syspref";
7235
    print "Upgrade to $DBversion done (Bug 9055, Added multibranch syspref";
7236
7236
}
7237
7237
7238
=head1 FUNCTIONS
7238
=head1 FUNCTIONS
7239
7239
7240
- 

Return to bug 9055