X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-cron.php;h=4f38161e867b644f861d92973abdf3545f8214c6;hp=fc3378638c33ba3fed48466848dca95d4d4bbd2b;hb=0dd76819236495cb7cfe97d8152700b895261eea;hpb=e5527fd38a6585c8466dc28d013f12d21eb7c07a diff --git a/inc/extensions/ext-cron.php b/inc/extensions/ext-cron.php index fc3378638c..4f38161e86 100644 --- a/inc/extensions/ext-cron.php +++ b/inc/extensions/ext-cron.php @@ -63,7 +63,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