Bugs item #2035113, was opened at 2008-08-01 19:42
Message generated for change (Comment added) made by liedekef
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108956&aid=2035113&group_id=8956
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Admin
Group: None
>Status: Closed
>Resolution: Out of Date
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Status set incorrectly from Test to Activate
Initial Comment:
Version: 2.1.1
After a survey is created and a user changes the status to "Test" and then again changes the status to "Activate", the status is incorrectly set to 9.
Status after Creation: 0
Status after set to Test: 8
Status after set to Activate: 9 (instead of 1, 1+8 maybe)
Thanks!
----------------------------------------------------------------------
>Comment By: Franky Van Liedekerke (liedekef)
Date: 2008-08-18 15:18
Message:
Logged In: YES
user_id=109671
Originator: NO
This was already fixed (either in SVN or in the latest released version).
Thanks for the bug report though.
Franky
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2008-08-01 19:55
Message:
Logged In: NO
ahh.. line 69 in admin/include/where/status.inc
$status = $old_status | STATUS_ACTIVE;
so 0x08 | 0x01 = 9
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108956&aid=2035113&group_id=8956
|