Closed
Bug 84295
Opened 24 years ago
Closed 24 years ago
error in userpref.cgi (line 330) - attachemnts -
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.14
People
(Reporter: Leufkes, Assigned: tara)
Details
There seems to be an error in the latest version of the userpref.cgi.
In line 104 is a 'emailVoterAttachemnts~' . 'on~' . instead
of 'emailVoterAttachments~' . 'on~' .
The problem is a) an error when entering the userpref.cgi (undef value...)
b) the values of the emailflags in the profiles tables
are corrupted.
Comment 1•24 years ago
|
||
The spelling error in question only effects the creation of the emailprefs
string the first time the prefs page is visted. If you were to go back to the
edit prefs page and change anything, it should reset the entire string to match
what you've changed (and use the correct spelling in the process).
I just checked in the correct spelling of Attachments.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Target Milestone: --- → Bugzilla 2.14
Comment 2•24 years ago
|
||
Moving to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: Bugzilla 2.13 → unspecified
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•