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

(-)a/installer/data/mysql/updatedatabase.pl (-2 / +1 lines)
Lines 9755-9761 if ( CheckVersion($DBversion) ) { Link Here
9755
$DBversion = "3.19.00.010";
9755
$DBversion = "3.19.00.010";
9756
if ( CheckVersion($DBversion) ) {
9756
if ( CheckVersion($DBversion) ) {
9757
    $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('SessionRestrictionByIP','1','Check for Change in  Remote IP address for Session Security. Disable when remote ip address changes frequently.','','YesNo')");
9757
    $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('SessionRestrictionByIP','1','Check for Change in  Remote IP address for Session Security. Disable when remote ip address changes frequently.','','YesNo')");
9758
    print "Upgrade to $DBversion done (Bug 5511 - SessionRestrictionByIP)";
9758
    print "Upgrade to $DBversion done (Bug 5511 - SessionRestrictionByIP)\n";
9759
    SetVersion ($DBversion);
9759
    SetVersion ($DBversion);
9760
}
9760
}
9761
9761
9762
- 

Return to bug 13712