/[drupal]/contributions/modules/rsvp/rsvp.actions.inc
ViewVC logotype

Diff of /contributions/modules/rsvp/rsvp.actions.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2.2.2, Sat Feb 7 01:10:30 2009 UTC revision 1.2.2.3, Thu Nov 5 22:36:47 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: rsvp.actions.inc,v 1.2.2.1 2009/02/06 23:29:14 ulf1 Exp $  // $Id: rsvp.actions.inc,v 1.2.2.2 2009/02/07 01:10:30 ulf1 Exp $
3    
4  /**  /**
5   * @module rsvp_action   * @module rsvp_action
# Line 91  function rsvp_create_invitation_action(& Line 91  function rsvp_create_invitation_action(&
91    
92        if ($connector->hasMultipleDatesPerField()) {        if ($connector->hasMultipleDatesPerField()) {
93          $field = rsvp_function_getFieldforContentType($node->type);          $field = rsvp_function_getFieldforContentType($node->type);
94          $startdate = $connector->get_startdate($node, $field, 0);          $startdate = $connector->get_startdateAsHash($node, $field, 0);
95        }        }
96    
97    

Legend:
Removed from v.1.2.2.2  
changed lines
  Added in v.1.2.2.3

  ViewVC Help
Powered by ViewVC 1.1.2