Closed (fixed)
Project:
Decisions
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Nov 2006 at 00:04 UTC
Updated:
23 Nov 2006 at 19:46 UTC
In function decisions_eligible(), there was a potential problem when the $uid arg was set to null (default). The problem was that there was a isset($uid) check instead of a is_null($uid) check. This patch fixes it. It would pbly be nice to apply it in 4.7 code.
| Comment | File | Size | Author |
|---|---|---|---|
| decisions-cvs_tatien_decisions_elligible_1.patch | 503 bytes | tatien |
Comments
Comment #1
anarcat commentedpatch applied, thanks
Comment #2
(not verified) commented