php 5.3 fixes

diff -Nurp ../date.orig/date/date.module ./date/date.module
--- ../date.orig/date/date.module	2009-12-02 10:34:18.000000000 -0600
+++ ./date/date.module	2009-12-02 08:40:12.000000000 -0600
@@ -443,7 +443,7 @@ function date_help($path, $arg) {
  * Implementation of hook_form_alter().
  * Make sure date information gets updated.
  */
-function date_form_alter(&$form, &$form_state, $form_id) {
+function date_form_alter(&$form, $form_state, $form_id) {
   if ($form_id == 'content_display_overview_form') {
     date_content_display_form($form, $form_state);
   }
@@ -840,4 +840,4 @@ function date_formatter_get_settings($fi
   $options['multiple']['multiple_to'] = variable_get($value .'_multiple_to', '');
   $options['fromto']['fromto'] = variable_get($value .'_fromto', 'both');  
   return $options;
-}
\ No newline at end of file
+}
diff -Nurp ../date.orig/date_timezone/date_timezone.module ./date_timezone/date_timezone.module
--- ../date.orig/date_timezone/date_timezone.module	2009-12-02 10:34:18.000000000 -0600
+++ ./date_timezone/date_timezone.module	2009-12-02 08:40:09.000000000 -0600
@@ -38,7 +38,7 @@ function date_timezone_menu() {
  *
  * Override system handling of user and site timezone selection.
  */
-function date_timezone_form_alter(&$form, &$form_state, $form_id) {
+function date_timezone_form_alter(&$form, $form_state, $form_id) {
   if ($form_id == 'system_date_time_settings') {
     date_timezone_site_form($form);
     $form['#after_build'] = array('date_timezone_site_form_after_build');
