Plugin Directory

Changeset 217776


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

testing

File:
1 edited

Legend:

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

    r217774 r217776  
    123123        $chart->thumb_url = $this->get_line_chart($x_data, $y_data, true, true);
    124124       
    125         echo '<pre>' . print_r($x_data) . '</pre>';
    126         echo '<pre>' . print_r($y_data) . '</pre>';
     125        echo '<pre>' . $sql . '</pre>';
     126        echo '<pre>' . print_r($x_data, true) . '</pre>';
     127        echo '<pre>' . print_r($y_data, true) . '</pre>';
    127128       
    128129        // save the chart's new hash and url
Note: See TracChangeset for help on using the changeset viewer.