You are here

function top_buttons_install in Util 7

Same name and namespace in other branches
  1. 6.3 contribs/top_buttons/top_buttons.install \top_buttons_install()

Implements hook_install(); Set module weight higher to better see modified buttons.

File

contribs/top_buttons/top_buttons.install, line 12
Install code for Top Buttons add-on to Util.

Code

function top_buttons_install() {
  db_query("UPDATE {system} SET weight = 20 WHERE name = 'top_buttons'");
}