]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 228905: [Bug creation] not available in advanced query/boolean charts - Patch...
authorlpsolit%gmail.com <>
Mon, 11 Jul 2005 06:09:48 +0000 (06:09 +0000)
committerlpsolit%gmail.com <>
Mon, 11 Jul 2005 06:09:48 +0000 (06:09 +0000)
checksetup.pl

index 09c079956d748d88b35fc5895ef489468b270123..8b39c3ec2afc9d2c8d64d2de8f969f3d234ac8b8 100755 (executable)
@@ -1695,6 +1695,7 @@ AddFDef("attachments.isobsolete", "Attachment is obsolete", 0);
 AddFDef("attachments.isprivate", "Attachment is private", 0);
 
 AddFDef("target_milestone", "Target Milestone", 0);
+AddFDef("creation_ts", "Creation date", 0);
 AddFDef("delta_ts", "Last changed date", 0);
 AddFDef("(" . $dbh->sql_to_days('NOW()') . " - " .
               $dbh->sql_to_days('bugs.delta_ts') . ")",