|
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 |
- |
|
|