X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-beg.php;h=2b53a44fce96da4cd076ff1ccde7334b023a5c08;hb=4001187f22197f55e5a1f211fc8defcc180f7c32;hp=4fb5328091207f16cd42e4a8bae1a34d301bdb84;hpb=e72031bcfdcd8e91f62bec6cc88f36b7a11d9221;p=mailer.git diff --git a/inc/extensions/ext-beg.php b/inc/extensions/ext-beg.php index 4fb5328091..2b53a44fce 100644 --- a/inc/extensions/ext-beg.php +++ b/inc/extensions/ext-beg.php @@ -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;