[Tickets #3747] Wrong array variable
bugs@bugs.horde.org
bugs at bugs.horde.org
Sat Apr 8 16:35:42 PDT 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=3747
-----------------------------------------------------------------------
Ticket | 3747
Updated By | Chuck Hagenbuch <chuck at horde.org>
Summary | Wrong array variable
Queue | Horde Framework Packages
Version | FRAMEWORK_3
-State | Unconfirmed
+State | Feedback
-Priority | 3. High
+Priority | 2. Medium
Type | Bug
Owners |
-----------------------------------------------------------------------
Chuck Hagenbuch <chuck at horde.org> (2006-04-08 16:35) wrote:
> The following code in lib/Horde/DataTree.php is incorrect:
I don't think so. This error doesn't appear for any developer and isn't
reported by anyone else.
> It creates the array cats, but then proceeds to use "cat" for the
> rest of the code. This causes the PHP fatal error:
$cats is unused, true, but $cat is defined every time through the foreach
loop and is correct.
More information about the bugs
mailing list