Changeset 1384100
- Timestamp:
- 04/01/2016 11:32:08 AM (10 years ago)
- Location:
- eventupon-calendar/trunk
- Files:
-
- 2 edited
-
eventupon-calendar.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
eventupon-calendar/trunk/eventupon-calendar.php
r1381911 r1384100 40 40 private $token; 41 41 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'); 45 45 46 46 var $pageSettings; … … 209 209 private function add_update_event_process() 210 210 { 211 $successMsg = ['', false];211 $successMsg = array('', false); 212 212 if ($_POST) { 213 213 $postBody = $_POST; -
eventupon-calendar/trunk/readme.txt
r1381911 r1384100 114 114 == Changelog == 115 115 116 = 1.3.1 = 117 118 Update to support PHP 5.3 119 116 120 = 1.3 = 117 121
Note: See TracChangeset
for help on using the changeset viewer.