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

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

Return to bug 35048