diff options
author | 2004-06-02 03:29:04 +0000 | |
---|---|---|
committer | 2004-06-02 03:29:04 +0000 | |
commit | 90974879619a0ea279173c3423fe6e5fd907255f (patch) | |
tree | 2f9208f0a86765e0377efb29f7b23f1b945094da /checksetup.pl | |
parent | Patch for bug 242161: make process_bug.cgi contain patchviewer ("diff") link ... (diff) | |
download | bugzilla-90974879619a0ea279173c3423fe6e5fd907255f.tar.gz bugzilla-90974879619a0ea279173c3423fe6e5fd907255f.tar.bz2 bugzilla-90974879619a0ea279173c3423fe6e5fd907255f.zip |
Bug 244927: Add search on time owner has left the bug idle
r=jouni
a=myk
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-x | checksetup.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl index 9d2357945..ec7e998c4 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -3897,6 +3897,8 @@ if (!$series_exists) { } } +AddFDef("owner_idle_time", "Time Since Owner Touched", 0); + # If you had to change the --TABLE-- definition in any way, then add your # differential change code *** A B O V E *** this comment. # |