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

(-)a/installer/data/mysql/atomicupdate/bug_20411.pl (-4 / +1 lines)
Lines 12-20 return { Link Here
12
            q{
12
            q{
13
            DELETE FROM systempreferences WHERE variable='StaffDetailItemSelection'
13
            DELETE FROM systempreferences WHERE variable='StaffDetailItemSelection'
14
        }
14
        }
15
        );
15
        ) == 1 && say $out "Removed system preference 'StaffDetailItemSelection'";
16
17
        say $out "Removed system preference 'StaffDetailItemSelection'";
18
16
19
    },
17
    },
20
};
18
};
21
- 

Return to bug 20411