Marco csi.it> writes:
I finally tried with all parameter:
$_SESSION['_registry'][...]['link_attachments'] = 1;
$GLOBALS['registry']->_confCache['imp']['compose']['link_attachments'] =1;
$GLOBALS['conf']['compose']['link_attachments'] = 1;
none work (see with admin PHP shell).
I found t
Jan Schneider horde.org> writes:
[...]
> > if (!function_exists('_horde_hook_postauthenticate')) {
> > function _horde_hook_postauthenticate($userID, $credential, $realm)
> > {
> >
> > $GLOBALS['conf']['compose']['link_attachments'] = 1;
> > return true;
> > }
> >
Zitat von Marco :
Jan Schneider horde.org> writes:
Zitat von Marco csi.it>:
> Hi,
> I explain in particular what I would like.
> I need an hook that set, after login, the IMP configuration variable
> $conf['compose']['link_attachments'].
>
> I tried with:
>
> if (!function_exists('_imp_ho
Jan Schneider horde.org> writes:
>
> Zitat von Marco csi.it>:
>
> > Hi,
> > I explain in particular what I would like.
> > I need an hook that set, after login, the IMP configuration variable
> > $conf['compose']['link_attachments'].
> >
> > I tried with:
> >
> > if (!function_exists('_imp_ho
Zitat von Marco :
Hi,
I explain in particular what I would like.
I need an hook that set, after login, the IMP configuration variable
$conf['compose']['link_attachments'].
I tried with:
if (!function_exists('_imp_hook_postlogin')) {
function _imp_hook_postlogin($actionID, $isLogin)
Hi,
I explain in particular what I would like.
I need an hook that set, after login, the IMP configuration variable
$conf['compose']['link_attachments'].
I tried with:
if (!function_exists('_imp_hook_postlogin')) {
function _imp_hook_postlogin($actionID, $isLogin)
{
global $re