X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fextensions%2Fext-country.php;h=d66dc454d5688899ee9f6bfddc33712b3d765aed;hb=1e6d7b906ac9481fc5120d7a1a5e6a4d7a509296;hp=49cd292dcc1115d1a999b9a7ea29e4e19f0e2cf3;hpb=6c763653e88b9d10627e651ca59c7201d4b7d62b;p=mailer.git diff --git a/inc/extensions/ext-country.php b/inc/extensions/ext-country.php index 49cd292dcc..d66dc454d5 100644 --- a/inc/extensions/ext-country.php +++ b/inc/extensions/ext-country.php @@ -110,6 +110,9 @@ case "update": // Update an extension } break; +case "test": // For testing purposes. For details see file inc/modules/admin/what-extensions.php, arround line 305. + break; + default: // Do stuff when extension is loaded break; }