X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-iso3166.php;h=6eef445f3770537845f478e677bbd9c35010416a;hb=1a23aaf6bfb6020596d77ea64ecb8df4c89cc3c4;hp=8cabd963350591210c85036f195302b29af8287a;hpb=c3b4eaf29946349ff058691db2dcb615a5379bb2;p=mailer.git diff --git a/inc/extensions/ext-iso3166.php b/inc/extensions/ext-iso3166.php index 8cabd96335..6eef445f37 100644 --- a/inc/extensions/ext-iso3166.php +++ b/inc/extensions/ext-iso3166.php @@ -44,11 +44,11 @@ if (!defined('__SECURITY')) { // Version number setThisExtensionVersion('0.0.1'); -// Version history array (add more with , '0.1.0' and so on) -setExtensionVersionHistory(array('0.0', '0.0.1')); +// Version history array (add more with , '0.0.1' and so on) +setExtensionVersionHistory(array('0.0.0', '0.0.1')); switch (getExtensionMode()) { - case 'register': // Do stuff when installation is running (modules.php?module=admin is called) + case 'register': // Do stuff when installation is running // SQL commands to run addExtensionSql(''); break; @@ -330,7 +330,7 @@ VALUES ('AD', 'Andorra', 'ext-iso3166'), 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. + case 'test': // For testing purposes break; case 'init': // Do stuff when extension is initialized