hello again:

i'm making a module.

i'm using similar to:

$message[] = array(
      'status' => 'warning',
      'title' => t('Module modul1'),
      'desc' => t('The description'),
    );

$message[] = array(
      'status' => 'ok',
      'title' => t('Module modul1'),
      'desc' => t('The description '),
    );

but, how can i now if one "modul1" is active ? beacuse 'status' => 'ok',
don't reemplace  'status' => 'warning' when a module is active.

thanks.

Reply via email to