Plugin Directory

Changeset 1384100


Ignore:
Timestamp:
04/01/2016 11:32:08 AM (10 years ago)
Author:
maksim270
Message:

1.3.1

Update to support PHP 5.3

Location:
eventupon-calendar/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • eventupon-calendar/trunk/eventupon-calendar.php

    r1381911 r1384100  
    4040        private $token;
    4141
    42         public static $event_past = ['past', 'autopop_past_events'];
    43         public static $event_live = ['live', 'autopop_live_events'];
    44         public static $event_draft = ['draft', 'autopop_draft_events'];
     42        public static $event_past = array('past', 'autopop_past_events');
     43        public static $event_live = array('live', 'autopop_live_events');
     44        public static $event_draft = array('draft', 'autopop_draft_events');
    4545
    4646        var $pageSettings;
     
    209209        private function add_update_event_process()
    210210        {
    211             $successMsg = ['', false];
     211            $successMsg = array('', false);
    212212            if ($_POST) {
    213213                $postBody = $_POST;
  • eventupon-calendar/trunk/readme.txt

    r1381911 r1384100  
    114114== Changelog ==
    115115
     116= 1.3.1 =
     117
     118Update to support PHP 5.3
     119
    116120= 1.3 =
    117121
Note: See TracChangeset for help on using the changeset viewer.