Plugin Directory

Changeset 640952


Ignore:
Timestamp:
12/18/2012 06:10:06 AM (13 years ago)
Author:
eranmiller
Message:

v.1.0.4
more fixes

Location:
ajax-event-calendar/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ajax-event-calendar/trunk/ajax-event-calendar.php

    r640941 r640952  
    10381038
    10391039        function generate_event($input, $user_id) {
     1040            $permissions = new stdClass();
    10401041            $permissions    = $this->get_event_permissions($input, $user_id);
    10411042            $repeats        = ($input->repeat_freq) ? ' aec-repeating' : '';
     
    10561057
    10571058        function get_event_permissions($input, $user_id) {
     1059            $permissions = new stdClass();
    10581060            // users that are not logged-in see all events
    10591061            if ($user_id == -1) {
  • ajax-event-calendar/trunk/inc/show-event.php

    r640941 r640952  
    55
    66    $aec_options        = get_option('aec_options');
     7    $event              = new stdClass();
    78    $event              = $this->db_query_event($_POST['id']);
    89
  • ajax-event-calendar/trunk/readme.txt

    r640941 r640952  
    104104= 1.0.4 =
    105105* [#427](http://code.google.com/p/wp-aec/issues/detail?id=427): fixed unable to create new events with latest version of wp
     106* [#424](http://code.google.com/p/wp-aec/issues/detail?id=424): fixed WP-Aec with Php 5.4, Events Dont Appear
    106107* [#307](http://code.google.com/p/wp-aec/issues/detail?id=307): fixed events not showing when backend is running SSL
    107108* [#318](http://code.google.com/p/wp-aec/issues/detail?id=318): fixed Paypal issue with IE9 when using additional text fields
Note: See TracChangeset for help on using the changeset viewer.