web/wp-content/plugins/event-calendar/day.php
changeset 180 d8780eeb2607
parent 136 bde1974c263b
equal deleted inserted replaced
179:cd4c37c65a2c 180:d8780eeb2607
    37           get_option('blog_charset')
    37           get_option('blog_charset')
    38         )
    38         )
    39       );
    39       );
    40     if($is_event)
    40     if($is_event)
    41     {
    41     {
    42       $safe_title.=' @'.$time;
    42      // $safe_title.=' @ '.$time;
    43       $this->is_event=True;
    43       $this->is_event=True;
    44     }
    44     }
    45     $this->titles[]=$safe_title;
    45     $this->titles[]=$safe_title;
    46   }
    46   }
    47   function get_titles()
    47   function get_titles()