X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-debug.php;h=b5b25217c2dde3d603bb38b8d31af45923611e58;hp=6db2f71dde0ec09bf9c7670d59c48461eb446f12;hb=39651508549dec13febf6b8dc11079bbc07b68e3;hpb=fb11814d47a363d89b14e80577029d765f7cb789 diff --git a/inc/extensions/ext-debug.php b/inc/extensions/ext-debug.php index 6db2f71dde..b5b25217c2 100644 --- a/inc/extensions/ext-debug.php +++ b/inc/extensions/ext-debug.php @@ -61,7 +61,7 @@ switch (getExtensionMode()) { `sender_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0, `timestamp` TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00', `file` VARCHAR(255) NOT NULL DEFAULT '', -`line` MEDIUMINT NOT NOT NULL DEFAULT 0, +`line` MEDIUMINT NOT NULL DEFAULT 0, `message` LONGTEXT NOT NULL, `comment` TINYTEXT NOT NULL, `status` ENUM('NEW','PENDING','ACCEPTED','FIXED','INVALID','DUBLICATE','SPAM') NOT NULL DEFAULT 'NEW',