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

(-)a/installer/data/mysql/atomicupdate/bug-35063-move-SelfCheckInMainUserBlock-to-additional-contents.pl (-6 / +8 lines)
Lines 29-37 return { Link Here
29
                undef, $insert_id, $scimainuserblock
29
                undef, $insert_id, $scimainuserblock
30
            );
30
            );
31
31
32
            # Remove old system preference
32
            say $out "Added 'SelfCheckInMainUserBlock' HTML customization";
33
            $dbh->do("DELETE FROM systempreferences WHERE variable='SelfCheckInMainUserBlock'");
34
            say $out "Bug 35063 update done";
35
        }
33
        }
36
    }
34
37
    }
35
        # Remove old system preference
36
        $dbh->do("DELETE FROM systempreferences WHERE variable='SelfCheckInMainUserBlock'");
37
        say $out "Removed system preference 'SelfCheckInMainUserBlock'";
38
39
    },
40
};
38
- 

Return to bug 35063