/[drupal]/contributions/modules/publicbookings/publicbookings.public.inc
ViewVC logotype

Diff of /contributions/modules/publicbookings/publicbookings.public.inc

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

revision 1.5, Mon Aug 18 19:17:58 2008 UTC revision 1.6, Wed Oct 1 02:44:18 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: publicbookings.public.inc,v 1.4 2008/08/18 10:10:53 carson Exp $  // $Id: publicbookings.public.inc,v 1.5 2008/08/18 19:17:58 carson Exp $
3  /**  /**
4   * @file   * @file
5   * Public Bookings - Public interface   * Public Bookings - Public interface
# Line 103  function publicbookings_request_form(&$f Line 103  function publicbookings_request_form(&$f
103    }    }
104    
105    // repeat functionality is probably unnecessary for public use    // repeat functionality is probably unnecessary for public use
106    unset($form['basic']['ical_rrule']);    unset($form['basic']['rrule']);
107    
108    if (!empty($values)) {    if (!empty($values)) {
109      // clients don't have option to delete      // clients don't have option to delete

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.2