statistics_install

Definition

statistics_install()
modules/statistics/statistics.install, line 6

Description

Implementation of hook_install().

Code

<?php
function statistics_install() {
  // Create tables.
  drupal_install_schema('statistics');
}
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.