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

(-)a/installer/data/mysql/updatedatabase.pl (-2 / +1 lines)
Lines 7158-7164 if ( CheckVersion($DBversion) ) { Link Here
7158
$DBversion ="3.13.00.XXX";
7158
$DBversion ="3.13.00.XXX";
7159
if ( CheckVersion($DBversion) ) {
7159
if ( CheckVersion($DBversion) ) {
7160
    $dbh->do("INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) 
7160
    $dbh->do("INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) 
7161
    VALUES ('NoLoginInstructions', '<h5>Don't have a password yet?</h5> <p> If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you.</p> <h5>Don't have a library card?</h5> <p> If you don't have a library card, stop by your local library to sign up.  </p>', '60|10', 'Instructions when a person is not connected', 'Textarea')");
7161
    VALUES ('NoLoginInstructions', '<h5>Don\'t have a password yet?</h5> <p> If you don\'t have a password yet, stop by the circulation desk the next time you\'re in the library. We\'ll happily set one up for you.</p> <h5>Don\'t have a library card?</h5> <p> If you don\'t have a library card, stop by your local library to sign up.  </p>', '60|10', 'Instructions when a person is not connected', 'Textarea')");
7162
    print "Upgrade to $DBversion done (Bug 10951: Add NoLoginInstructions pref)\n";
7162
    print "Upgrade to $DBversion done (Bug 10951: Add NoLoginInstructions pref)\n";
7163
    SetVersion($DBversion);
7163
    SetVersion($DBversion);
7164
}
7164
}
7165
- 

Return to bug 10951