[imp] Undefined index: imp in /www/webmail/config/hooks.php on line 6
Thiago Vinhas de Moraes
tvinhas at codin.rj.gov.br
Thu May 19 06:54:06 PDT 2005
Hi,
I'm using a customized hook to the login proccess, where the provided login
will be completed by @codin.rj.gov.br. Here is the hook:
<?php
if (!function_exists('_imp_hook_vinfo')) {
function _imp_hook_vinfo($type = 'username')
{
$codin = 'codin.rj.gov.br';
$userID = $_SESSION['imp']['user'];
return $userID . '@' . $codin;
}
}
When I login, I get the following error:
Notice: Undefined index: imp in /www/webmail/config/hooks.php on line 6
It's working, but how can I fix this notice error?
Regards,
--
Thiago Vinhas de Moraes
CODIN - Cia. de Desenvolvimento Industrial do Estado RJ
Departamento de Informática
email: tvinhas at codin.rj.gov.br
Tel: (21) 2517-5411
"Somos aquilo que fazemos consistentemente. Assim, a excelência não é um ato,
mas sim um hábito."
More information about the imp
mailing list