Changeset 16 for trunk/php

Show
Ignore:
Timestamp:
04/25/07 08:30:08 (3 years ago)
Author:
richard
Message:

added Ext files and a few minor additions

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/php/jQPie.php

    r5 r16  
    170170    switch($format) { 
    171171      case 'json': 
    172         $edata = json_encode($data); 
     172        $edata ='('. json_encode($data).')'; 
    173173      break; 
    174174      case 'xml':