| 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 |
| 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 |