X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-user.php;h=6ec3f8c50347311b7990c9d23356c3f59dfdf869;hb=84efa4a5cec3298639f2922672fa7407718ad758;hp=3eeb2fa284f52718d3311cd9c7eb349f42164a8c;hpb=1573ab55476ee1a840d4e168feca084b76ec1710;p=mailer.git diff --git a/inc/extensions/ext-user.php b/inc/extensions/ext-user.php index 3eeb2fa284..6ec3f8c503 100644 --- a/inc/extensions/ext-user.php +++ b/inc/extensions/ext-user.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Ausgelagertes Mitglieder-Management * * -------------------------------------------------------------------- * - * * + * $Revision:: 856 $ * + * $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 * @@ -244,7 +249,7 @@ case "update": // Update an extension `del_reason` TINYTEXT, INDEX (`userid`), PRIMARY KEY(`id`) -) TYPE=MyISAM COMMENT='List of deleted users'"); +) TYPE={!_TABLE_TYPE!} COMMENT='List of deleted users'"); // Update notes (these will be set as task text!) EXT_SET_UPDATE_NOTES("Der Sperrgrund wird nun mit abgespeichert und beim Löschen des Users mit ausgesendet."); @@ -252,6 +257,9 @@ PRIMARY KEY(`id`) } 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;