Plugin Directory

Changeset 210017


Ignore:
Timestamp:
02/25/2010 05:53:27 AM (16 years ago)
Author:
rjune
Message:

removed stray output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gcal-sidebar/tags/0.5/gcal-sidebar.php

    r210016 r210017  
    197197        else $feed_url = "http://www.google.com/calendar/feeds/" . $feed_id . "/private-" . $priv_id . "/full?orderby=starttime&sortorder=ascending&futureevents=true&singleevents=true&max-results=" . $max_results;
    198198
    199 echo $feed_url;
    200199        $xmlstr = wp_remote_fopen($feed_url);
    201200        $static_url = $instance['static_url_option'];
Note: See TracChangeset for help on using the changeset viewer.