Changeset 787996
- Timestamp:
- 10/15/2013 04:55:34 AM (12 years ago)
- File:
-
- 1 edited
-
rsvp-me/trunk/includes/rsvpme_functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rsvp-me/trunk/includes/rsvpme_functions.php
r787989 r787996 308 308 // determine if there are is just one event for this day or multiple 309 309 $hasMultipleEvents = isset($events[$current_ymd]) && count($events[$current_ymd]) > 1 ? true : false; 310 311 $td_action = ''; 310 312 311 313 //build array of id's/titles to be used by showMultipleEvents
Note: See TracChangeset
for help on using the changeset viewer.