~ubuntu-gr-webteam/ubuntu-gr-website/drupal6-site

« back to all changes in this revision

Viewing changes to sites/all/modules/date/date/date_repeat.inc

  • Committer: Thanos Lefteris
  • Date: 2009-07-29 17:46:54 UTC
  • Revision ID: alefteris@gmail.com-20090729174654-pgfr1vtqw8ikvo5r
* Upgraded calendar module
* Upgraded commentrss module
* Upgraded date module
* Upgraded webfm module

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
//$Id: date_repeat.inc,v 1.22.2.1.2.22 2009/02/21 12:53:25 karens Exp $
 
2
//$Id: date_repeat.inc,v 1.22.2.1.2.23 2009/06/09 10:33:48 karens Exp $
3
3
/**
4
4
 * @file
5
5
 * Implementation of Date Repeat API calculations for the CCK Date field.
54
54
 * Lots more work needed here.
55
55
 */
56
56
function _date_repeat_widget_validate($element, &$form_state) {
 
57
  require_once('./'. drupal_get_path('module', 'date_repeat') .'/date_repeat_form.inc');
57
58
  $form_values = $form_state['values'];
58
59
  $field_name = $element['#field_name'];
59
60
  $fields = content_fields();