Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Tue Aug 21 22:40:46 2007 UTC | revision 1.2, Wed Aug 22 16:04:32 2007 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | /** | |
| 3 | * @author Ryan Hughes <ryan@linuxbox.com> | |
| 4 | */ | |
| 5 | ||
| 6 | ||
| 7 | $GLOBALS['date_tokens']['tokens'] = array( | $GLOBALS['date_tokens']['tokens'] = array( |
| 8 | '@ENDOFMONTH' => '_date_tokens_end_of_month', | '@ENDOFMONTH' => '_date_tokens_end_of_month', |
| 9 | ); | ); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |