Commit efe14a3294ce037cb2bdea146f88d3560685fce1

Authored by Edmar Moretti
1 parent fcfe3bb7

correção na função json

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
classesphp/funcoes_gerais.php
@@ -2279,6 +2279,7 @@ function cpjson($obj){ @@ -2279,6 +2279,7 @@ function cpjson($obj){
2279 include_once("../pacotes/cpaint/cpaint2.inc.php"); 2279 include_once("../pacotes/cpaint/cpaint2.inc.php");
2280 $cp = new cpaint(); 2280 $cp = new cpaint();
2281 $cp->set_data($obj); 2281 $cp->set_data($obj);
  2282 + $cp->return_data();
2282 } 2283 }
2283 } 2284 }
2284 ?> 2285 ?>
2285 \ No newline at end of file 2286 \ No newline at end of file