[imp] problems in compose.php3 in 2.2.4
Oliver Schulze L.
oliver@samera.com.py
Sat, 26 May 2001 17:07:51 -0400
Wich rpm version of the php do you have?
$ rpm -qa|grep php
There is know issue with a rpm from RedHat.
Oliver
Romulo Roberto Pereira wrote:
>Hello All,
>
>I ma having this problem:
>
>Warning: Undefined index: Send Message in
>/var/www/html/horde/imp/compose.php3 on line 251
>
>the script line is this one:
>
>
>$actionID = isset($actions[$actionID]) ? $actions[$actionID] :
>$actions[htmlentities($actionID)];
>
>What could be the error?
>
>I know that is something related to the array $actions...
>
>ideas?
>
>Rom
>
>