]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-payout.php
New naming convention applied to many functions, see #118 for details
[mailer.git] / inc / extensions / ext-payout.php
index 696fae67fa41bb68c72c0570fc96c23d404f7ba6..f050ce94897535c8c4430f1862d1d3aaa050f862 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);
 }
 
@@ -178,7 +178,7 @@ case 'update': // Update an extension
 
        case '0.2.7': // SQL queries for v0.2.7
                // Update notes (these will be set as task text!)
-               EXT_SET_UPDATE_NOTES("Link zum Mitgliedsprofil in Funktion <u>ADMIN_USER_PROFILE_LINK()</u> ausgelagert.");
+               EXT_SET_UPDATE_NOTES("Link zum Mitgliedsprofil in Funktion <u>generateUserProfileLink()</u> ausgelagert.");
                break;
 
        case '0.2.8': // SQL queries for v0.2.8