You are here

function optimizedb_enable in OptimizeDB 6

Same name and namespace in other branches
  1. 7 optimizedb.install \optimizedb_enable()

Implements hook_enable().

File

./optimizedb.install, line 25
Installation file for Database Optimization.

Code

function optimizedb_enable() {

  // Update information on the size of tables.
  _optimizedb_tables_list();
}