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

Diff of /contributions/modules/date_tokens/date_tokens.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch 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  );  );

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

  ViewVC Help
Powered by ViewVC 1.1.2