From efe14a3294ce037cb2bdea146f88d3560685fce1 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Thu, 21 Jan 2010 15:58:13 +0000 Subject: [PATCH] correção na função json --- classesphp/funcoes_gerais.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/classesphp/funcoes_gerais.php b/classesphp/funcoes_gerais.php index 79af063..723ac2a 100644 --- a/classesphp/funcoes_gerais.php +++ b/classesphp/funcoes_gerais.php @@ -2279,6 +2279,7 @@ function cpjson($obj){ include_once("../pacotes/cpaint/cpaint2.inc.php"); $cp = new cpaint(); $cp->set_data($obj); + $cp->return_data(); } } ?> \ No newline at end of file -- libgit2 0.21.2