[Tickets #8608] Re: Wrong datatype "?" to "unsigned bigint" in datatree. \lib\Horde\DataTree\sql.php
bugs at horde.org
bugs at horde.org
Fri Oct 2 14:17:59 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8608
------------------------------------------------------------------------------
Ticket | 8608
Updated By | c-master at freenet.de
Summary | Wrong datatype "?" to "unsigned bigint" in datatree.
| \lib\Horde\DataTree\sql.php
Queue | Horde Framework Packages
Version | FRAMEWORK_3
Type | Bug
State | Feedback
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
c-master at freenet.de (2009-10-02 10:17) wrote:
Another interesting fact in statment number 2:
When I change this line
(a1.attribute_name = 'owner' AND a1.attribute_value = 'root') OR
to this line
(a1.attribute_name = 'owner' AND a1.attribute_value = 'root') AND
it works! But maybe it won't in certain circumstances, because the
logic is changed.
More information about the bugs
mailing list