]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-uberwach.php
Typo fixed
[mailer.git] / inc / extensions / ext-uberwach.php
index a605356c9a95e1d4c7cdca9e84fed269f3383d23..42b83a0cf5dbe52534221e8a2f80123c7fbe26bc 100644 (file)
@@ -43,11 +43,11 @@ if (!defined('__SECURITY')) {
 // Version number
 setThisExtensionVersion('0.0.2');
 
-// Version history array (add more with , '0.1.0' and so on)
-setExtensionVersionHistory(array('0.0', '0.0.1', '0.0.2'));
+// Version history array (add more with , '0.0.1' and so on)
+setExtensionVersionHistory(array('0.0.0', '0.0.1', '0.0.2'));
 
 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
                break;