]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-extensions.php
Bad typo fixed and extension 'ext-coupon' started:
[mailer.git] / inc / modules / admin / what-extensions.php
index 95ab938514dfa2235ef082856d42645b6cbb91ab..e3f9daf36ae3a5531bae5d940cbfaf2e867cfcee 100644 (file)
@@ -114,7 +114,7 @@ if (isGetRequestParameterSet('reg_ext')) {
                                switch ($active) {
                                        case 'Y': setExtensionMode('activate');   break;
                                        case 'N': setExtensionMode('deactivate'); break;
-                               } // END - if
+                               } // END - switch
 
                                // Run embeded SQL commands
                                doExtensionSqls($ext_id, getExtensionMode());