X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-teams.php;h=f2a83a098d5ce0e76e3b8e67279f8589b507bd24;hp=5b603a6feaeb5226be862cc687387248222600af;hb=0dd76819236495cb7cfe97d8152700b895261eea;hpb=6b1e55213d76a67e9aa3d9f1e4dcb55e0bbf12ee diff --git a/inc/extensions/ext-teams.php b/inc/extensions/ext-teams.php index 5b603a6fea..f2a83a098d 100644 --- a/inc/extensions/ext-teams.php +++ b/inc/extensions/ext-teams.php @@ -64,7 +64,7 @@ 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"); + //addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_mod_reg` SET `locked`='N',`admin_only`='N',`mem_only`='N' WHERE `module`='foo' LIMIT 1"); break; case 'deactivate': // Do stuff when admin deactivates this extension