From 3fdf4b9961bf4b6a5c5a4f708063e18a1214877e Mon Sep 17 00:00:00 2001 From: humano Date: Tue, 19 May 2020 12:19:56 -0500 Subject: [PATCH] estatus de tareas --- funciones/funciones.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/funciones/funciones.php b/funciones/funciones.php index 343661a..848b90a 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -4679,6 +4679,7 @@ else{ if($campo_titulo[0] !="") { $w_campo ="AND id_campo='$campo_titulo[0]' "; $w_nombre_campo =" id_campo='$campo_titulo[0]' "; } } $campo_descripcion = remplacetas('form_parametrizacion','campo',$formulario,'descripcion'," tabla='form_id' and opcion = 'descripcion'") ; + $campo_orden = remplacetas('form_parametrizacion','campo',$formulario,'descripcion'," tabla='form_id' and opcion = 'orden'") ; $consulta = "SELECT * FROM form_datos WHERE form_id='$formulario' $w_campo $w_key @@ -4694,6 +4695,9 @@ $resultado = mysqli_num_rows($sql); while( $row = mysqli_fetch_array( $sql ) ) { $contenido =strip_tags($row['contenido']); + if($campo_orden[0] !="") { + $orden = remplacetas_orden('form_datos','control',$row['control'],'contenido'," id_campo='$campo_orden[0]' " ,"ORDER BY timestamp DESC") ; + }else {$orden[0] = ""; } if($campo_titulo[0] !="") { $nombre = remplacetas_orden('form_datos','control',$row['control'],'contenido'," $w_nombre_campo " ,"ORDER BY timestamp DESC") ; }else {$nombre[0] = $contenido; } @@ -4721,6 +4725,7 @@ while( $row = mysqli_fetch_array( $sql ) ) { $array[$row['control']]['nombre']= $nombre[0]; $array[$row['control']]['imagen']= $avatar[0]; $array[$row['control']]['control']= $row['control']; + $array[$row['control']]['orden']= $orden[0]; } elseif($tipo=="avatar"){