Plugin Directory

Changeset 217782


Ignore:
Timestamp:
03/15/2010 04:46:16 PM (16 years ago)
Author:
anukit
Message:

testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cyclopress/branches/cp2/classes/cy_google_charts.php

    r217779 r217782  
    122122        $chart->url = $this->get_line_chart($x_data, $y_data, false, true);
    123123        $chart->thumb_url = $this->get_line_chart($x_data, $y_data, true, true);
    124        
    125         echo '<pre>' . $sql . '</pre>';
    126         echo '<pre>' . print_r($x_data, true) . '</pre>';
    127         echo '<pre>' . print_r($y_data, true) . '</pre>';
    128124       
    129125        // save the chart's new hash and url
Note: See TracChangeset for help on using the changeset viewer.