X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-yoomedia.php;h=48c9832afa85f5b8ff480a01bf47571ceab4f34b;hp=8fe3925bf05b9d7edbb323e7c03ffc7bd4c88cc4;hb=1dd584090ba559372adb525fba74f46262c7308c;hpb=5071030af40e69ca4284642f44758964e18f5be8 diff --git a/inc/extensions/ext-yoomedia.php b/inc/extensions/ext-yoomedia.php index 8fe3925bf0..48c9832afa 100644 --- a/inc/extensions/ext-yoomedia.php +++ b/inc/extensions/ext-yoomedia.php @@ -54,7 +54,7 @@ EXT_SET_VER_HISTORY(array('0.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("ALTER TABLE `{!_MYSQL_PREFIX!}_config` ADD `yoomedia_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0"); ADD_EXT_SQL("ALTER TABLE `{!_MYSQL_PREFIX!}_config` ADD `yoomedia_sid` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0");