implemented checkbox for mc settings

This commit is contained in:
Steffen Schröder
2014-06-15 02:13:00 +02:00
parent 65919efb43
commit 4ed545d7a5
2 changed files with 9 additions and 55 deletions

View File

@ -307,12 +307,7 @@ class SettingManager implements CallbackListener {
`default`,
`set`
) VALUES (
?,
?,
?,
?,
?,
?
?, ?, ?, ?, ?, ?
) ON DUPLICATE KEY UPDATE
`index` = LAST_INSERT_ID(`index`),
`type` = VALUES(`type`),