]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-
Renamed function so it might be more understandable
[mailer.git] / inc / extensions / ext-
index 9ed104da1a9860c8b4b54647dfda5611ad1c0583..ffc09d4eff3e9b856b445dd80d94c9c6f996a19e 100644 (file)
@@ -52,6 +52,9 @@ enableExtensionProductive(false);
 switch (getExtensionMode()) {
        case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
                // SQL commands to run
+
+               // Register module
+               //addModuleSql('foo','Y','Y','N','N');
                break;
 
        case 'remove': // Do stuff when removing extension
@@ -60,10 +63,12 @@ switch (getExtensionMode()) {
 
        case 'activate': // Do stuff when admin activates this extension
                // SQL commands to run
+               //addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_mod_reg` SET `locked`='N', `hidden`='N', `admin_only`='N', `mem_only`='N' WHERE `module`='foo' LIMIT 1");
                break;
 
        case 'deactivate': // Do stuff when admin deactivates this extension
                // SQL commands to run
+               //addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_mod_reg` SET `locked`='Y' WHERE `module`='foo' LIMIT 1");
                break;
 
        case 'update': // Update an extension