Changeset 464510
- Timestamp:
- 11/18/2011 05:31:23 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sync-facebook-events/trunk/sync-facebook-events.php
r464504 r464510 142 142 if (array_key_exists($event['eid'], $eids)) { 143 143 tribe_update_event($args); 144 $action = "Updating: ".$eids[$event['eid']];144 $action = "Updating:".$eids[$event['eid']]; 145 145 } else { 146 146 $post_id = tribe_create_event($args); 147 $action = "Inserting: ".$post_id;147 $action = "Inserting:".$post_id; 148 148 } 149 149 reset($eids); 150 150 151 print $action ;151 print $action." "; 152 152 } 153 153 fclose($fp);
Note: See TracChangeset
for help on using the changeset viewer.