]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-nickname.php
Fatal error fixed. :(
[mailer.git] / inc / extensions / ext-nickname.php
index b7ea4f60bd192ee37277b66421853ac1643eb3a5..4d46bac8fa8f49d19a2d363f49c24a2a23e828b8 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Nickname-Login und Anzeige im Anmeldeformular    *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision:: 856                                                    $ *
+ * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009)              $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: stelzi                                                   $ *
+ * 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                  *
@@ -183,7 +188,7 @@ last_used TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00',
 INDEX userid (userid),
 INDEX (last_used DESC),
 PRIMARY KEY(id)
-) TYPE=MyISAM COMMENT='History of used nicknames'");
+) TYPE={!_TABLE_TYPE!} COMMENT='History of used nicknames'");
 
                // Update notes (these will be set as task text!)
                EXT_SET_UPDATE_NOTES("Historie eingegebener Nicknames hinzugefügt. Mitglied kann auf bereits verwendeter zurückgreifen und Liste selbst löschen.");
@@ -191,6 +196,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;