New naming convention applied to many functions, see #118 for details
[mailer.git] / inc / extensions / ext-user.php
index ba3cad02c19223fdf2557f052e3290f86340e301..8b4a1c8b75f567367faad5ed4f6b392a89e61999 100644 (file)
@@ -251,7 +251,7 @@ case 'update': // Update an extension
 
        case '0.1.9': // SQL queries for v0.1.9
                // 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.0': // SQL queries for v0.2.0
@@ -379,7 +379,7 @@ default: // Do stuff when extension is loaded
 }
 
 // Keep this extension always active!
-EXT_SET_ALWAYS_ACTIVE("Y");
+EXT_SET_ALWAYS_ACTIVE('Y');
 
 // [EOF]
 ?>