diff options
author | terry%mozilla.org <> | 2000-01-24 05:31:48 +0100 |
---|---|---|
committer | terry%mozilla.org <> | 2000-01-24 05:31:48 +0100 |
commit | 45aea99cbc8a4fb8abd7502af28d1bd9e8b4ef3a (patch) | |
tree | ab9fa1117bd65e6597ae89432b5d504729270da5 /sanitycheck.cgi | |
parent | 00a814cd674b14f1ab1d903eb4b7b57a72f0b50a (diff) | |
download | bugzilla-45aea99cbc8a4fb8abd7502af28d1bd9e8b4ef3a.tar.gz bugzilla-45aea99cbc8a4fb8abd7502af28d1bd9e8b4ef3a.tar.xz |
Named queries (and the default query) are now stored server side, in
the database, rather than in cookies. This means you have to log
in to use these features, but I have plans that require them to be
server-side. (Besides, some people were beginning to run out of
cookie space.)
Diffstat (limited to 'sanitycheck.cgi')
-rwxr-xr-x | sanitycheck.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sanitycheck.cgi b/sanitycheck.cgi index 6425a9782..e7008f799 100755 --- a/sanitycheck.cgi +++ b/sanitycheck.cgi @@ -135,7 +135,8 @@ CrossCheck("profiles", "userid", ["bugs_activity", "who"], ["cc", "who"], ["votes", "who"], - ["longdescs", "who"]); + ["longdescs", "who"], + ["namedqueries", "userid"]); Status("Checking passwords"); |