Plugin Directory

Changeset 464510


Ignore:
Timestamp:
11/18/2011 05:31:23 AM (14 years ago)
Author:
markpdxt
Message:

initial

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sync-facebook-events/trunk/sync-facebook-events.php

    r464504 r464510  
    142142            if (array_key_exists($event['eid'], $eids)) {
    143143                tribe_update_event($args);
    144                 $action = "Updating: ".$eids[$event['eid']];
     144                $action = "Updating:".$eids[$event['eid']];
    145145            } else {
    146146                $post_id = tribe_create_event($args);
    147                 $action = "Inserting: ".$post_id;
     147                $action = "Inserting:".$post_id;
    148148            }
    149149            reset($eids);
    150150           
    151             print $action;
     151            print $action." ";
    152152        }
    153153        fclose($fp);
Note: See TracChangeset for help on using the changeset viewer.