Le 19/07/2014 02:40, Felix Abecassis a écrit :
>      if( i_cat != UNKNOWN_ES )
> +    {
> +        var_SetInteger( p_input, "es-type", i_cat );
>          VarListAdd( p_input, GetEsVarName( i_cat ), INPUT_EVENT_ES_ADD,
>                      i_id, psz_text );
> +    }
Why not last-modified-es-id and then get type by id ?
Francois