Changeset 217769
- Timestamp:
- 03/15/2010 04:37:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cyclopress/branches/cp2/classes/cy_google_charts.php
r217767 r217769 85 85 */ 86 86 function build_chart(&$chart) { 87 88 echo 'build_chart: ' . memory_get_usage() . '</br >'; 89 87 90 88 global $wpdb; 91 89 $table_name = $wpdb->prefix . "cy_rides"; … … 128 126 // save the chart's new hash and url 129 127 $chart->save(); 130 131 echo 'build_chart done: ' . memory_get_usage() . '</br >'; 132 128 133 129 return $chart->url; 134 130 … … 146 142 */ 147 143 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 151 145 // no data? get out of here... 152 146 if ( !count($y_data) ) {
Note: See TracChangeset
for help on using the changeset viewer.