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

(-)a/installer/data/mysql/db_revs/231200061.pl (-4 / +3 lines)
Lines 18-30 return { Link Here
18
18
19
        $dbh->do(
19
        $dbh->do(
20
            q{
20
            q{
21
            UPDATE systempreferences SET variable = "StaffLoginRestrictLibraryByIP"
21
            UPDATE systempreferences SET variable = "StaffLoginLibraryBasedOnIP"
22
            WHERE variable = "StaffLoginLibraryBasedOnIP"
22
            WHERE variable = "StaffLoginBranchBasedOnIP"
23
        }
23
        }
24
            ) == 1
24
            ) == 1
25
            && say_success(
25
            && say_success(
26
            $out,
26
            $out,
27
            "Renamed system preference 'StaffLoginLibraryBasedOnIP' to 'StaffLoginRestrictLibraryByIP'"
27
            "Renamed system preference 'StaffLoginBranchBasedOnIP' to 'StaffLoginLibraryBasedOnIP'"
28
            );
28
            );
29
29
30
    },
30
    },
31
- 

Return to bug 36986