Plugin Directory

Changeset 787996


Ignore:
Timestamp:
10/15/2013 04:55:34 AM (12 years ago)
Author:
MicahBlu
Message:

fixed a php notice warning for an undeclared variable.. only showed in debug mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rsvp-me/trunk/includes/rsvpme_functions.php

    r787989 r787996  
    308308        // determine if there are is just one event for this day or multiple
    309309        $hasMultipleEvents = isset($events[$current_ymd]) && count($events[$current_ymd]) > 1 ? true : false;
     310       
     311        $td_action = '';
    310312       
    311313        //build array of id's/titles to be used by showMultipleEvents
Note: See TracChangeset for help on using the changeset viewer.