]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-beg.php
A lot while() conditions rewritten to SQL_FETCHARRAY(), see bug #107, @TODO tags...
[mailer.git] / inc / extensions / ext-beg.php
index 4fb5328091207f16cd42e4a8bae1a34d301bdb84..2b53a44fce96da4cd076ff1ccde7334b023a5c08 100644 (file)
@@ -62,7 +62,7 @@ remote_ip VARCHAR(15) NOT NULL DEFAULT '0.0.0.0',
 timeout VARCHAR(10) NOT NULL DEFAULT '',
 KEY (userid),
 PRIMARY KEY(id)
-) TYPE=MyISAM");
+) TYPE={!_TABLE_TYPE!}");
        break;
 
 case "remove": // Do stuff when removing extension
@@ -255,6 +255,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;