X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-debug.php;h=b5b25217c2dde3d603bb38b8d31af45923611e58;hb=0bf456cd708fd2a7d8d37d2df78889072c741c3f;hp=6db2f71dde0ec09bf9c7670d59c48461eb446f12;hpb=72b247c1ae1e91fd60296fbb7bbf1828e09d4d6c;p=mailer.git 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',