You are here

function book_made_simple_install in Book made simple 7.3

Same name and namespace in other branches
  1. 6.3 book_made_simple.install \book_made_simple_install()

Implements hook_install().

File

./book_made_simple.install, line 10
Install file for book_made_simple.

Code

function book_made_simple_install() {
  db_query("UPDATE {system} SET weight = 10 WHERE name = 'book_made_simple'");
}