1
0
Fork 0

JSON Se agregaron metadatos a la api simple

This commit is contained in:
fredyrivera 2015-11-13 06:29:55 -05:00
parent 91cd5c4eb0
commit 865d3bcbdf
1 changed files with 4 additions and 0 deletions

View File

@ -329,6 +329,10 @@ while($row = mysql_fetch_array( $sql ))
$nombre_campo = remplacetas('form_campos','id',$id_campo[0],'campo_nombre',"") ;
//$array[id_campo] = $row[id_campo];
$array[$nombre_campo[0]] = "$contenido[0]";
$array['timestamp'] = "$row[timestamp]";
$array['proceso'] = "$row[proceso]";
$array['id'] = "$row[id]";
$array['orden'] = "$row[orden]";
//$array[] = $row;