/[drupal]/contributions/modules/module_builder/includes/process.inc
ViewVC logotype

Diff of /contributions/modules/module_builder/includes/process.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.22, Sat Oct 24 18:46:26 2009 UTC revision 1.1.2.23, Sat Oct 24 21:16:03 2009 UTC
# Line 1  Line 1 
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
# Line 135  function module_builder_process_hook_dat Line 135  function module_builder_process_hook_dat
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'];

Legend:
Removed from v.1.1.2.22  
changed lines
  Added in v.1.1.2.23

  ViewVC Help
Powered by ViewVC 1.1.2