| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: date_php4.install,v 1.2.6.1 2008/06/27 14:28:30 karens Exp $ 3 function date_php4_set_variables() { 4 variable_set('date_max_year', 3000); 5 variable_set('date_min_year', 100); 6 variable_set('date_php_min_year', 1971); 7 } 8 9 function date_php4_install() { 10 $ret = array(); 11 date_php4_set_variables(); 12 return $ret; 13 } 14 15 function date_php4_enable() { 16 date_php4_set_variables(); 17 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |