]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-active.php
bigintval() made to much trouble, uberwach wont be displayed in frames anymore
[mailer.git] / inc / extensions / ext-active.php
index 7bfd72efe37b2e6ad75ddf66690fdad62bc211f2..10bcf31ad9c6fb8fb5d40a555c21d0eeb03dbee4 100644 (file)
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '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
                ADD_EXT_SQL("INSERT INTO `{!_MYSQL_PREFIX!}_guest_menu` (`action`,`what`,`title`,`sort`,`visible`,`locked`) VALUES ('main','active','Heute Online', 10, 'N','Y')");
                break;