| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 <?php 2 function date_php4_set_variables() { 3 variable_set('date_max_year', 3000); 4 variable_set('date_min_year', 100); 5 variable_set('date_php_min_year', 1971); 6 } 7 8 function date_php4_install() { 9 $ret = array(); 10 date_php4_set_variables(); 11 return $ret; 12 } 13 14 function date_php4_enable() { 15 date_php4_set_variables(); 16 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |