[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/dtools/bench_chart/ -> bench_chart_helper.module (source)

   1  <?php
   2  /*
   3      version: $Id: bench_chart_helper.module,v 1.1 2009/03/27 12:49:42 kenorb Exp $
   4      author: kenorb@gmail.com
   5  */
   6  
   7  /**
   8   * Implementation of hook_boot().  Runs even for cached pages.
   9   */
  10  function bench_chart_helper_boot() {
  11      if (module_exists('bench_chart')) {
  12      bench_chart_gen_hooks('bench_chart_helper', 'end');
  13      bench_chart_my_hook(array('boot','end'));
  14      }
  15  } 
  16  
  17  if (function_exists('bench_chart_my_hook')) {
  18      bench_chart_my_hook(array('(load)', 'end'));
  19  }


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7