The module uses code like drupal_set_message(t('APC is not enabled. It is <strong>not</strong> safe to enable summary logging to the database on live sites.'), 'error');; it would be better to use drupal_set_message(t('APC is not enabled. It is <strong>not</strong> safe to enable summary logging to the database on live sites.'), 'error', FALSE); to avoid to have the same message printed twice on the same page.

Comments

kbahey’s picture

Status: Active » Fixed

Fixed in 6 and 7.

Status: Fixed » Closed (fixed)
Issue tags: -Drupal core functions

Automatically closed -- issue fixed for 2 weeks with no activity.