$value) { if (isset($conf_mtt[$key])) $config[$key] = $conf_mtt[$key]; else $config[$key] = $config_default[$key]; } mtt_delete_conf("mobile_theme_for_tablets"); mtt_install($config); } else { mtt_install($config_default); } } /** * delete the config * @param string param column of the table */ function mtt_delete_conf($where) { $query = 'DELETE FROM ' . CONFIG_TABLE . ' WHERE (param="'.$where.'");'; pwg_query($query); } ?>