]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-demo.php
Some improvements to SQL tables
[mailer.git] / inc / extensions / ext-demo.php
index 23d89452a9faed097f52411508b33a09af1db5a6..9d5fb45508a214384d1cac7a235facb42d2adf01 100644 (file)
@@ -43,14 +43,14 @@ 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'));
 
 // This extension is in development (non-productive)
 enableExtensionProductive(false);
 
 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;