X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-debug.php;h=121ca72587e3fda349e167422b97491e11fa403f;hp=a4c4d1ac36ac170336559b176f11b6c44436fe5d;hb=56931cd9321119dd37372bd16d6c552857e40066;hpb=dc25bd7a76750f02e2d617c9db9eb0aae53270f5 diff --git a/inc/extensions/ext-debug.php b/inc/extensions/ext-debug.php index a4c4d1ac36..121ca72587 100644 --- a/inc/extensions/ext-debug.php +++ b/inc/extensions/ext-debug.php @@ -100,7 +100,7 @@ UNIQUE (`url`)", 'Debug clients'); // Add this exchange as first client - addExtensionSql("INSERT INTO `{?_MYSQL_PREFIX?}_debug_client` (`url`,`title`,`webmaster`,`status`) VALUES ('{?URL?}','{?MAIN_TITLE?}','{?WEBMASTER?}','ACTIVE')"); + addExtensionSql("INSERT INTO `{?_MYSQL_PREFIX?}_debug_client` (`url`, `title`, `webmaster`, `status`) VALUES ('{?URL?}','{?MAIN_TITLE?}','{?WEBMASTER?}','ACTIVE')"); // Table for debug log <-> client connection addDropTableSql('debug_client_log'); @@ -110,7 +110,7 @@ UNIQUE (`url`)", `log_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (`id`), UNIQUE (`log_id`), -INDEX `client_log` (`client_id`,`log_id`)", +INDEX `client_log` (`client_id`, `log_id`)", 'Debug client <-> log connection'); // Guest menus