X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-demo.php;h=9d5fb45508a214384d1cac7a235facb42d2adf01;hb=dd83f83e740ec1cce013e8c93305671bf4809476;hp=23d89452a9faed097f52411508b33a09af1db5a6;hpb=9725980ca9c052e5c1a9edb8b815e8506b876448;p=mailer.git diff --git a/inc/extensions/ext-demo.php b/inc/extensions/ext-demo.php index 23d89452a9..9d5fb45508 100644 --- a/inc/extensions/ext-demo.php +++ b/inc/extensions/ext-demo.php @@ -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;