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

(-)a/installer/data/mysql/updatedatabase.pl (-3 / +2 lines)
Lines 13020-13026 if ( CheckVersion($DBversion) ) { Link Here
13020
        INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('PatronSelfRegistrationLibraryList', '', 'Only display libraries listed. If empty, all libraries are displayed.', NULL, 'Free');
13020
        INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('PatronSelfRegistrationLibraryList', '', 'Only display libraries listed. If empty, all libraries are displayed.', NULL, 'Free');
13021
    });
13021
    });
13022
13022
13023
    print "Upgrade to $DBversion done (Bug 16274 - Make the selfregistration branchcode selection configurable)\n";
13023
    print "Upgrade to $DBversion done (Bug 16274 - Make the self-registration branchcode selection configurable)\n";
13024
    SetVersion($DBversion);
13024
    SetVersion($DBversion);
13025
}
13025
}
13026
13026
Lines 13125-13131 if ( CheckVersion($DBversion) ) { Link Here
13125
        INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('PatronSelfRegistrationPrefillForm', '1', 'Display password and prefill login form after a patron has self registered', NULL, 'YesNo');
13125
        INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('PatronSelfRegistrationPrefillForm', '1', 'Display password and prefill login form after a patron has self registered', NULL, 'YesNo');
13126
    });
13126
    });
13127
13127
13128
    print "Upgrade to $DBversion done (Bug 16273 - Prevent selfregistration from printing the borrower password and filling the logging form)\n";
13128
    print "Upgrade to $DBversion done (Bug 16273 - Prevent self-registration from printing the borrower password and filling the logging form)\n";
13129
    SetVersion($DBversion);
13129
    SetVersion($DBversion);
13130
}
13130
}
13131
13131
13132
- 

Return to bug 31270