- Timestamp:
- 04/25/07 08:30:08 (3 years ago)
- Files:
-
- 1 modified
-
trunk/php/jQPie.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/php/jQPie.php
r5 r16 170 170 switch($format) { 171 171 case 'json': 172 $edata = json_encode($data);172 $edata ='('. json_encode($data).')'; 173 173 break; 174 174 case 'xml':
