From: Roland Häder Date: Tue, 28 Jun 2011 10:56:42 +0000 (+0000) Subject: Extension ext-engine is dead and will never come back X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=0ee18ff2f17d096211666727d9e47f1528a4d885 Extension ext-engine is dead and will never come back --- diff --git a/inc/daily/daily_engine.php b/inc/daily/daily_engine.php index a029f58b66..f551ef47b7 100644 --- a/inc/daily/daily_engine.php +++ b/inc/daily/daily_engine.php @@ -1,56 +1,3 @@ diff --git a/inc/libs/task_functions.php b/inc/libs/task_functions.php index 46dd7e1dd4..7636970fd7 100644 --- a/inc/libs/task_functions.php +++ b/inc/libs/task_functions.php @@ -425,32 +425,6 @@ ORDER BY $DESCRs[] = '{--ADMIN_TASK_LIST_EXTENSIONS_ACTIVE--}'; $TITLEs[] = '{--ADMIN_TASK_LIST_EXTENSIONS_ACTIVE_TITLE--}'; - if (isExtensionActive('engine')) { - // List all export accounts - addSql('SELECT `id` FROM `{?_MYSQL_PREFIX?}_engine_accounts` ORDER BY `id` ASC'); - $WHATs[] = 'list_engine'; - $DESCRs[] = '{--ADMIN_TASK_LIST_ENGINE--}'; - $TITLEs[] = '{--ADMIN_TASK_LIST_ENGINE_TITLE--}'; - - // List all pending accounts - addSql("SELECT `id` FROM `{?_MYSQL_PREFIX?}_engine_accounts` WHERE `status`='UNCONFIRMED' ORDER BY `id` ASC"); - $WHATs[] = 'unlock_engine'; - $DESCRs[] = '{--ADMIN_TASK_UNLOCK_ENGINE--}'; - $TITLEs[] = '{--ADMIN_TASK_UNLOCK_ENGINE_TITLE--}'; - - // List all safes - addSql('SELECT `id` FROM `{?_MYSQL_PREFIX?}_engine_safe` ORDER BY `id` ASC'); - $WHATs[] = 'list_engine&mode=safe'; - $DESCRs[] = '{--ADMIN_TASK_LIST_ENGINE_SAFES--}'; - $TITLEs[] = '{--ADMIN_TASK_LIST_ENGINE_SAFES_TITLE--}'; - - // List all export URLs - addSql('SELECT `id` FROM `{?_MYSQL_PREFIX?}_engine_urls` ORDER BY `id` ASC'); - $WHATs[] = 'engine_urls'; - $DESCRs[] = '{--ADMIN_TASK_LIST_ENGINE_URLS--}'; - $TITLEs[] = '{--ADMIN_TASK_LIST_ENGINE_URLS_TITLE--}'; - } // END - if - if (isExtensionActive('sponsor')) { // List all sponsors addSql('SELECT `id` FROM `{?_MYSQL_PREFIX?}_sponsor_data` ORDER BY `id` ASC'); diff --git a/inc/modules/admin/what-edit_emails.php b/inc/modules/admin/what-edit_emails.php index 7147fc88de..cf78ba0e33 100644 --- a/inc/modules/admin/what-edit_emails.php +++ b/inc/modules/admin/what-edit_emails.php @@ -14,8 +14,6 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * diff --git a/inc/mysql-manager.php b/inc/mysql-manager.php index dfea280de9..15a1126c27 100644 --- a/inc/mysql-manager.php +++ b/inc/mysql-manager.php @@ -108,8 +108,8 @@ function addYouAreHereLink ($accessLevel, $FQFN, $return = false) { $dummy = substr($search, 0, -4); $ADD .= sprintf(" AND `action`='%s'", getActionFromModuleWhat($accessLevel, $dummy)); - } elseif (($accessLevel == 'sponsor') || ($accessLevel == 'engine')) { - // Sponsor / engine menu + } elseif ($accessLevel == 'sponsor') { + // Sponsor menu $type = 'what'; $search = $file; $modCheck = getModule();