[dev] Re: Re: Re: Fw: Horde_Links patch
Jeroen Huinink
j.huinink at wanadoo.nl
Mon Feb 24 20:21:20 PST 2003
"Chuck Hagenbuch" <chuck at horde.org> wrote:
> With this fix, I can link comics to tasks. Linking tasks to tasks still
> seems to be broken, though?
Apply this:
Index: addlink.php
===================================================================
RCS file: /repository/nag/addlink.php,v
retrieving revision 1.1
diff -r1.1 addlink.php
26c26
< $from_application = Horde::getFormData('to_application');
---
> $from_application = Horde::getFormData('from_application');
98a99,102
> $addurl = Horde::addParameter($addurl, 'from_application=' .
$from_application);
> $addurl = Horde::addParameter($addurl, 'from_parameters=' .
serialize($from_parameters));
> $addurl = Horde::addParameter($addurl, 'url=' . $return_url);
> $addurl = Horde::addParameter($addurl, 'link_type=' .
$link_type);
Regards,
Jeroen
More information about the dev
mailing list