problems in compose.php3 in 2.2.4

Romulo Roberto Pereira rpereira@vox2vox.com
Fri, 25 May 2001 14:08:53 -0400


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