[Tickets #3651] Re: Only variable references...
bugs at horde.org
bugs at horde.org
Thu Nov 13 20:20:33 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/3651
------------------------------------------------------------------------------
Ticket | 3651
Updated By | m3nd3s at gmail.com
Summary | Only variable references...
Queue | Passwd
Version | 3.0
Type | Bug
State | Resolved
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
m3nd3s at gmail.com (2008-11-13 15:20) wrote:
Excuse me, I forgot of write the code fixed.. rsrs
replace in your horde scripts the code:
return new $class .....
for
$m_return = &new $class;
return $m_return;
;)
More information about the bugs
mailing list