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

(-)a/installer/data/mysql/atomicupdate/bug-35152-move-RoutingListNote-to-additional-contents.pl (-3 / +2 lines)
Lines 34-41 return { Link Here
34
        }
34
        }
35
35
36
        # Remove old system preference
36
        # Remove old system preference
37
        $dbh->do("DELETE FROM systempreferences WHERE variable='RoutingListNote'");
37
        $dbh->do("DELETE FROM systempreferences WHERE variable='RoutingListNote'") == 1
38
        say $out "Removed system preference 'RoutingListNote'";
38
            && say $out "Removed system preference 'RoutingListNote'";
39
39
40
    },
40
    },
41
};
41
};
42
- 

Return to bug 35152