Admin user details extended, DEBUG_LOG() rewritten, random userid on refid=0 added
[mailer.git] / inc / extensions / ext-debug.php
index 3e310c07578fa228dd6a54b7a58e877dc01859c2..642a4ff0cffd7e0587a8817f2e5d52cbf12c9648 100644 (file)
@@ -55,6 +55,8 @@ case "register": // Do stuff when installation is running (modules.php?module=ad
 `id` BIGINT(20) NOT NULL AUTO_INCREMENT,
 `sender_id` BIGINT(20) 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,
 `message` LONGTEXT,
 `comment` TINYTEXT,
 `status` ENUM('NEW','PENDING','ACCEPTED','FIXED','INVALID','DUBLICATE','SPAM') NOT NULL DEFAULT 'NEW',