Code Review recommends:

Line 50: Use update_sql() instead of db_query() in hook_update_N()
db_query("UPDATE {system} SET weight = -20 WHERE name = 'new_relic_rpm'");

A patch using update_sql is attached.

Comments

hosef’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)

Closing because Drupal 6 modules are no longer supported on drupal.org.