You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @author markus.staab[at]redaxo[dot]de Markus Staab
*
* @package redaxo 4.3.x/4.4.x
* @version 1.5.0
*/
if ($REX["ADDON"]["rexseo42"]["settings"]['drop_dbfields_on_uninstall']) {
$sql = new rex_sql();
//$sql->debugsql = true;
$sql->setQuery('ALTER TABLE `' . $REX['TABLE_PREFIX'] . 'article` DROP `seo_title`, DROP `seo_description`, DROP `seo_keywords`, DROP `seo_url`, DROP `seo_noindex`, DROP `seo_ignore_prefix`');
} else {
echo rex_info('Die Datenbankfelder wurden NICHT entfernt.');