]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-yoomedia.php
Damn typo fixed... ;-)
[mailer.git] / inc / extensions / ext-yoomedia.php
index d0e2cd57ea8ce2840fc4421e7c61af67ebdefec3..92acaf61a72cf04753f73f550f02d051c0d419c5 100644 (file)
  * Kurzbeschreibung  : Erweitertung zur Anbindung an die API von        *
  *                     Yoo!Media                                        *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $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                  *
@@ -76,7 +81,7 @@ case "register": // Do stuff when installation is running (modules.php?module=ad
 `inserted` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
 PRIMARY KEY (`id`),
 UNIQUE `y_type` (`type`,`y_id`)
-) TYPE=MyISAM COMMENT='Reload lock reminder for Yoo!Media campaigns'");
+) TYPE={!_TABLE_TYPE!} COMMENT='Reload lock reminder for Yoo!Media campaigns'");
        break;
 
 case "remove": // Do stuff when removing extension
@@ -105,6 +110,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;