Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1.2.1, Thu Oct 23 04:48:21 2008 UTC | revision 1.1.2.2, Tue Dec 2 05:13:51 2008 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: autoload.module,v 1.1 2008/10/03 05:43:31 crell Exp $ | // $Id: autoload.module,v 1.1.2.1 2008/10/23 04:48:21 crell Exp $ |
| 3 | /** | /** |
| 4 | * Implementation of hook_init(). | * Implementation of hook_init(). |
| 5 | */ | */ |
| # | Line 65 function autoload_get_lookup($reset = FA | Line 65 function autoload_get_lookup($reset = FA |
| 65 | cache_set('autoload:', $lookup); | cache_set('autoload:', $lookup); |
| 66 | return $lookup; | return $lookup; |
| 67 | } | } |
| return $lookup; | ||
| 68 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |