]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-debug.php
Mailer project continued:
[mailer.git] / inc / extensions / ext-debug.php
index dd9d766aee34aa6df6bf6afc0e6e2e9053ed54d8..2e080a7c99b60f70e1a869ba8c2c92d58f781eb1 100644 (file)
@@ -100,7 +100,7 @@ UNIQUE INDEX (`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 INDEX (`url`)",
 `log_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
 PRIMARY KEY (`id`),
 UNIQUE INDEX (`log_id`),
-INDEX `client_log` (`client_id`,`log_id`)",
+INDEX `client_log` (`client_id`, `log_id`)",
                        'Debug client <-> log connection');
 
                // Guest menus