X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-mydata.php;h=04730bb21add089dfc3b8606f2bbaa13204e4b81;hp=eb5abb38e7796ac94b77654af43b3664cb972e65;hb=ee0625c4882bb462985c504abf65a3ef0e7bf1eb;hpb=e72031bcfdcd8e91f62bec6cc88f36b7a11d9221 diff --git a/inc/extensions/ext-mydata.php b/inc/extensions/ext-mydata.php index eb5abb38e7..04730bb21a 100644 --- a/inc/extensions/ext-mydata.php +++ b/inc/extensions/ext-mydata.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Ausgelagertes "Profildaten aendern" * * -------------------------------------------------------------------- * - * * + * $Revision:: $ * + * $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 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -47,22 +52,22 @@ switch ($EXT_LOAD_MODE) { case "register": // Do stuff when installation is running (modules.php?module=admin&action=login is called) // SQL commands to run - ADD_SQL(""); + ADD_EXT_SQL(""); break; case "remove": // Do stuff when removing extension // SQL commands to run - ADD_SQL(""); + ADD_EXT_SQL(""); break; case "activate": // Do stuff when admin activates this extension // SQL commands to run - ADD_SQL(""); + ADD_EXT_SQL(""); break; case "deactivate": // Do stuff when admin deactivates this extension // SQL commands to run - ADD_SQL(""); + ADD_EXT_SQL(""); break; case "update": // Update an extension @@ -125,7 +130,7 @@ case "update": // Update an extension 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_SET_UPDATE_DEPENDS("country"); + EXT_ADD_UPDATE_DEPENDS("country"); break; case "0.1.3": // SQL queries for v0.1.3 @@ -160,6 +165,9 @@ case "update": // Update an extension } break; +case "modify": // When the extension got modified + break; + case "test": // For testing purposes. For details see file inc/modules/admin/what-extensions.php, arround line 305. break;