| 1 |
<?php |
<?php |
| 2 |
// $Id: process.inc,v 1.1.2.21 2009/10/24 14:28:06 joachim Exp $ |
// $Id: process.inc,v 1.1.2.22 2009/10/24 18:46:26 joachim Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 135 |
// Build list of hooks |
// Build list of hooks |
| 136 |
$hook_groups = array(); |
$hook_groups = array(); |
| 137 |
foreach ($hook_file_data as $file => $file_data) { |
foreach ($hook_file_data as $file => $file_data) { |
| 138 |
$hook_data_raw = _module_builder_process_hook_file($directory, $file, $type); |
$hook_data_raw = _module_builder_process_hook_file($directory, $file); |
| 139 |
|
|
| 140 |
$file_name = basename($file, '.php'); |
$file_name = basename($file, '.php'); |
| 141 |
$group = $file_data['group']; |
$group = $file_data['group']; |