]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-
Several minor rewrites, getter GET_JACKPOT_POINTS() added
[mailer.git] / inc / extensions / ext-
index 12eb735627f11875b412eb30213f30ea499def00..4dd9d451157ae178fb1255d20aa8878b72c90819 100644 (file)
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0'));
 
 switch ($EXT_LOAD_MODE)
 {
-case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
        // SQL commands to run
        break;
 
@@ -70,10 +70,10 @@ case 'update': // Update an extension
        switch ($EXT_VER)
        {
        case '0.0.1': // SQL queries for v0.0.1
-               $SQLs[] = "";
+               ADD_EXT_SQL('');
 
                // Update notes (these will be set as task text!)
-               $UPDATE_NOTES = "";
+               EXT_SET_UPDATE_NOTES('');
                break;
        }
        break;