missing parameter in Horde::plink..??
Rene Lund Jensen
lundeman@tbkol.dk
Tue, 12 Feb 2002 16:43:54 +0100
I think there is an error in the Horde::plink function
The function simply calls Horde::link, but Horde::link has one parameter
more than plink.
I think
function plink($url, $status = '', $class = '', $target = '')
{
echo Horde::link($url, $status, $class, $target);
}
should be
function plink($url, $status = '', $class = '', $target = '', $onclick =
'')
{
echo Horde::link($url, $status, $class, $target, $onclick);
}
René Jensen
lundeman@tbkol.dk