| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
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 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |