Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.440.2.57 by drumm, Wed Sep 16 19:33:40 2009 UTC | revision 1.440.2.58 by drumm, Wed Sep 16 20:03:53 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: system.module,v 1.440.2.56 2009/09/16 04:34:24 drumm Exp $ | // $Id: system.module,v 1.440.2.57 2009/09/16 19:33:40 drumm Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * @file | * @file |
| 6 | * Configuration system that lets administrators modify the workings of the site. | * Configuration system that lets administrators modify the workings of the site. |
| 7 | */ | */ |
| 8 | ||
| 9 | define('VERSION', '5.20'); | define('VERSION', '5.21-dev'); |
| 10 | ||
| 11 | /** | /** |
| 12 | * Implementation of hook_help(). | * Implementation of hook_help(). |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.3 |