/[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.2.5, Tue Mar 17 21:57:58 2009 UTC revision 1.1.2.6, Thu Aug 27 23:12:11 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: autoload.module,v 1.1.2.4 2009/03/17 21:54:58 crell Exp $  // $Id: autoload.module,v 1.1.2.5 2009/03/17 21:57:58 crell Exp $
3  /**  /**
4   * Implementation of hook_init().   * Implementation of hook_init().
5   */   */
# Line 73  function autoload_get_lookup($reset = FA Line 73  function autoload_get_lookup($reset = FA
73      return $lookup;      return $lookup;
74    }    }
75  }  }
76    
77    /**
78     * Implementation of hook_enable().
79     */
80    function autoload_enable() {
81      // Set our weight to a low value to ensure early loading
82      db_query("UPDATE system SET weight = -100 WHERE name = 'autoload'");
83    }

Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6

  ViewVC Help
Powered by ViewVC 1.1.2