Changeset 640952
- Timestamp:
- 12/18/2012 06:10:06 AM (13 years ago)
- Location:
- ajax-event-calendar/trunk
- Files:
-
- 3 edited
-
ajax-event-calendar.php (modified) (2 diffs)
-
inc/show-event.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ajax-event-calendar/trunk/ajax-event-calendar.php
r640941 r640952 1038 1038 1039 1039 function generate_event($input, $user_id) { 1040 $permissions = new stdClass(); 1040 1041 $permissions = $this->get_event_permissions($input, $user_id); 1041 1042 $repeats = ($input->repeat_freq) ? ' aec-repeating' : ''; … … 1056 1057 1057 1058 function get_event_permissions($input, $user_id) { 1059 $permissions = new stdClass(); 1058 1060 // users that are not logged-in see all events 1059 1061 if ($user_id == -1) { -
ajax-event-calendar/trunk/inc/show-event.php
r640941 r640952 5 5 6 6 $aec_options = get_option('aec_options'); 7 $event = new stdClass(); 7 8 $event = $this->db_query_event($_POST['id']); 8 9 -
ajax-event-calendar/trunk/readme.txt
r640941 r640952 104 104 = 1.0.4 = 105 105 * [#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 106 107 * [#307](http://code.google.com/p/wp-aec/issues/detail?id=307): fixed events not showing when backend is running SSL 107 108 * [#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.