]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-iso3166.php
Fixes/rewrites
[mailer.git] / inc / extensions / ext-iso3166.php
index 8cabd963350591210c85036f195302b29af8287a..6eef445f3770537845f478e677bbd9c35010416a 100644 (file)
@@ -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