]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-mydata.php
New naming convention applied to many functions, see #118 for details
[mailer.git] / inc / extensions / ext-mydata.php
index 3d59ac095db27d8dab89f78c61d94473bc8adefb..39338716728bb8b6156795d3c51f2b855ad99089 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);
 }
 
@@ -127,7 +127,7 @@ case 'update': // Update an extension
                // Update notes (these will be set as task text!)
                EXT_SET_UPDATE_NOTES("Einbindung der Erweiterung <strong>country</strong>, die Sie sich noch optional von <a href=\"{!URL!}/modules.php?module=admin&amp;what=extensions&amp;do=search\">meiner Seite herunterladen</a> m&uuml;ssen.<br />
 <br />
-<strong>Wichtig: Laden Sie noch die Template member_mydata_overview und member_mydata_edit (beide zu finden unter templates/".GET_LANGUAGE()."/html/member/ !) mit hoch!</strong>");
+<strong>Wichtig: Laden Sie noch die Template member_mydata_overview und member_mydata_edit (beide zu finden unter templates/".getLanguage()."/html/member/ !) mit hoch!</strong>");
 
                // Depends on 'country'!
                EXT_ADD_UPDATE_DEPENDS('country');