]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-
Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / inc / extensions / ext-
index 57c6d5a5fe4f094af1ad8b5513397dbf18d3de8e..64cd843a24c69bb543777149c43d881b7e4e1927 100644 (file)
@@ -70,10 +70,10 @@ case 'update': // Update an extension
        switch ($EXT_VER)
        {
        case '0.0.1': // SQL queries for v0.0.1
-               ADD_EXT_SQL("");
+               ADD_EXT_SQL('');
 
                // Update notes (these will be set as task text!)
-               EXT_SET_UPDATE_NOTES("");
+               EXT_SET_UPDATE_NOTES('');
                break;
        }
        break;