diff options
author | travis%sedsystems.ca <> | 2005-03-11 00:21:33 +0000 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-03-11 00:21:33 +0000 |
commit | ab5067bb0995cce2afe51803b5f005cc9f994416 (patch) | |
tree | 93ee81693db753abb0660f6effb44c9706bcf0a5 /checksetup.pl | |
parent | Bug 98123 : Create a user preferences infrastructure (became 'General Settings') (diff) | |
download | bugzilla-ab5067bb0995cce2afe51803b5f005cc9f994416.tar.gz bugzilla-ab5067bb0995cce2afe51803b5f005cc9f994416.tar.bz2 bugzilla-ab5067bb0995cce2afe51803b5f005cc9f994416.zip |
Bug 41972 : Per-user pref to turn quips off
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=mkanat a=justdave
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-x | checksetup.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl index 529b025b5..42ee7e295 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -4136,6 +4136,9 @@ if (!defined $dbh->bz_get_index_def('bugs_activity','who')) { $dbh->do('ALTER TABLE bugs_activity ADD INDEX (who)'); } +# 2005-03-03 travis@sedsystems.ca -- Bug 41972 +add_setting ("display_quips", {"on" => 1, "off" => 2 }, "on" ); + # # Final checks... |