X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-mydata.php;h=5dc0bd6a6262d448b05db45f96764fe356bbce76;hb=180e58a2c8ac96a0fe9bdf30fd5f38857bdc5f33;hp=e2b8050b3a1c843a65cb864730b9b90c369a627a;hpb=75ad748a68473ace540251427a74fb781b1145e9;p=mailer.git diff --git a/inc/extensions/ext-mydata.php b/inc/extensions/ext-mydata.php index e2b8050b3a..5dc0bd6a62 100644 --- a/inc/extensions/ext-mydata.php +++ b/inc/extensions/ext-mydata.php @@ -32,8 +32,7 @@ ************************************************************************/ // Some security stuff... -if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF']))) -{ +if (!defined('__SECURITY')) { $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; require($INC); } @@ -49,7 +48,7 @@ $EXT_VER_HISTORY = array("0.0", "0.0.1", "0.0.2", "0.0.3", "0.0.4", "0.0.5", "0. switch ($EXT_LOAD_MODE) { -case "register": // Do stuff when installtion is running (modules.php?module=admin&action=login is called) +case "register": // Do stuff when installation is running (modules.php?module=admin&action=login is called) // SQL commands to run $SQLs[] = ""; break; @@ -104,7 +103,7 @@ case "update": // Update an extension case "0.0.8": // SQL queries for v0.0.8 // Update notes (these will be set as task text!) - $UPDATE_NOTES = "Seit Patch 340 überflüssige HTML-Tags entfernt."; + $UPDATE_NOTES = "Seit Patch 340 überflüssige HTML-Tags entfernt."; break; case "0.0.9": // SQL queries for v0.0.9 @@ -112,7 +111,7 @@ case "update": // Update an extension $UPDATE_NOTES = "Anrede "Firma" hinzugefügt."; break; - case "0.1.0": // SQL queries for v0.1.0 + case "0.1.0": // SQL queries for v0.2.1 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Datumsformat festgelegt auf ausführlich."; break; @@ -124,12 +123,13 @@ case "update": // Update an extension case "0.1.2": // SQL queries for v0.1.2 // Update notes (these will be set as task text!) - $UPDATE_NOTES = "Einbindung der Erweiterung country, die Sie sich noch optional von meiner Seite herunterladen müssen.
-
+ $UPDATE_NOTES = "Einbindung der Erweiterung country, die Sie sich noch optional von meiner Seite herunterladen müssen.
+
Wichtig: Laden Sie noch die Template member_mydata_overview und member_mydata_edit (beide zu finden unter templates/".GET_LANGUAGE()."/html/member/ !) mit hoch!"; // Depends on 'country'! $EXT_UPDATE_DEPENDS = "country"; + break; case "0.1.3": // SQL queries for v0.1.3 // Update notes (these will be set as task text!) @@ -170,8 +170,5 @@ default: // Do stuff when extension is loaded // Language file prefix $EXT_LANG_PREFIX = "mydata"; -// Extension is always active? -$EXT_ALWAYS_ACTIVE = "N"; - // ?>