Plugin Directory

Changeset 217769


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

testing

File:
1 edited

Legend:

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

    r217767 r217769  
    8585     */
    8686    function build_chart(&$chart) {
    87        
    88         echo 'build_chart: ' . memory_get_usage() . '</br >';
    89        
     87               
    9088        global $wpdb;
    9189        $table_name = $wpdb->prefix . "cy_rides";
     
    128126        // save the chart's new hash and url
    129127        $chart->save();
    130        
    131         echo 'build_chart done: ' . memory_get_usage() . '</br >';
    132        
     128               
    133129        return $chart->url;
    134130               
     
    146142     */
    147143    public function get_line_chart(&$x_data, &$y_data, $is_thumb=false, $is_by_date=true) {
    148        
    149         echo 'get_line_chart: ' . memory_get_usage() . '</br >';
    150        
     144               
    151145        // no data? get out of here...
    152146        if ( !count($y_data) ) {
Note: See TracChangeset for help on using the changeset viewer.