Extension ext-coupon continued, naming convention, many improvements:
[mailer.git] / inc / extensions / ext-support.php
index 42757003bea3a3dc3b3a448f6a3764e1c246d9e2..0d440ecc15d34397119f7a08facf085cb2ff21fe 100644 (file)
@@ -47,7 +47,7 @@ setThisExtensionVersion('0.1.3');
 setExtensionVersionHistory(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0.0.6', '0.0.7', '0.0.8', '0.0.9', '0.1.0', '0.1.1', '0.1.2', '0.1.3'));
 
 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;