X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-debug.php;h=a4c4d1ac36ac170336559b176f11b6c44436fe5d;hb=be79afde3071dfc4d6fe845ddb75abf13534eadb;hp=121ca72587e3fda349e167422b97491e11fa403f;hpb=54c8b5c5e33d7bcea5313b77e50358e95ab524e2;p=mailer.git diff --git a/inc/extensions/ext-debug.php b/inc/extensions/ext-debug.php index 121ca72587..a4c4d1ac36 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