]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-mediadata.php
New naming convention applied to many functions, see #118 for details
[mailer.git] / inc / extensions / ext-mediadata.php
index 8856c68211757bc88fc87c0c86897d8b045b20ba..d98c9512601b6df40a727d4a9bd19032181ac8b4 100644 (file)
@@ -38,7 +38,7 @@
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
 }
 
@@ -155,7 +155,7 @@ if ((isset($dry_run)) && (isset($EXT_LOAD_MODE))) {
 } // END - if
 
 // Keep this extension always active!
-EXT_SET_ALWAYS_ACTIVE("Y");
+EXT_SET_ALWAYS_ACTIVE('Y');
 
 //
 ?>