/[drupal]/contributions/modules/autoload/autoload.module
ViewVC logotype

Diff of /contributions/modules/autoload/autoload.module

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

revision 1.1, Fri Oct 3 05:43:31 2008 UTC revision 1.1.2.1, Thu Oct 23 04:48:21 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: $  // $Id: autoload.module,v 1.1 2008/10/03 05:43:31 crell Exp $
3  /**  /**
4   * Implementation of hook_init().   * Implementation of hook_init().
5   */   */
# Line 52  function autoload_get_lookup($reset = FA Line 52  function autoload_get_lookup($reset = FA
52        }        }
53      }      }
54      // Alter the menu as defined in modules, keys class and interface names.      // Alter the menu as defined in modules, keys class and interface names.
55      drupal_alter('autoload', $classes);      drupal_alter('autoload_info', $classes);
56    
57      // Derive the full path name and store just the lookup table itself.      // Derive the full path name and store just the lookup table itself.
58      $lookup = array();      $lookup = array();

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

  ViewVC Help
Powered by ViewVC 1.1.2