]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-mediadata.php
Heavily rewritten API:
[mailer.git] / inc / extensions / ext-mediadata.php
index b36b18e92941b7f11da9d8c667c5201a18982a06..6c7a38913c86662ad2bad6a54de764eaec40c6be 100644 (file)
@@ -127,18 +127,19 @@ Bitte stellen Sie diesen derzeit manuell unter <A href=\"".URL."/modules.php?mod
        }
        break;
 
        }
        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;
 }
 
 default: // Do stuff when extension is loaded
        break;
 }
 
-if ((isset($dry_run)) && (isset($EXT_LOAD_MODE)))
-{
-       if ((!$dry_run) && ($EXT_LOAD_MODE == "update") && ($EXT_VER == "0.0.4"))
-       {
+if ((isset($dry_run)) && (isset($EXT_LOAD_MODE))) {
+       if ((!$dry_run) && ($EXT_LOAD_MODE == "update") && ($EXT_VER == "0.0.4")) {
                // Add auto-check file
                $INC_POOL[] = sprintf("%sinc/gen_mediadata.php", PATH);
                // Add auto-check file
                $INC_POOL[] = sprintf("%sinc/gen_mediadata.php", PATH);
-       }
-}
+       } // END - if
+} // END - if
 
 // Keep this extension always active!
 $EXT_ALWAYS_ACTIVE = "Y";
 
 // Keep this extension always active!
 $EXT_ALWAYS_ACTIVE = "Y";