forked from qwerty/tupali
Correccion en API simple
This commit is contained in:
parent
57a65577df
commit
a4826192dc
@ -847,7 +847,7 @@ while( $row = mysqli_fetch_array( $sql ) ) {
|
|||||||
$contenido = "
|
$contenido = "
|
||||||
$contenido
|
$contenido
|
||||||
";
|
";
|
||||||
}else{$contenido = $consulta;}
|
}else{$contenido = "";}
|
||||||
|
|
||||||
|
|
||||||
return $contenido;
|
return $contenido;
|
||||||
@ -5011,7 +5011,7 @@ if($timestamp != "") {
|
|||||||
// return $timestam;
|
// return $timestam;
|
||||||
}else{
|
}else{
|
||||||
$consulta ="SELECT * FROM form_datos WHERE control = '$identificador' $w $w_timestamp
|
$consulta ="SELECT * FROM form_datos WHERE control = '$identificador' $w $w_timestamp
|
||||||
GROUP BY timestamp ORDER BY timestamp DESC ";
|
GROUP BY timestamp,id_campo ORDER BY timestamp DESC ";
|
||||||
|
|
||||||
}
|
}
|
||||||
$sql = mysqli_query($link,$consulta) or die("Error al ejecutar consulta 02 ");
|
$sql = mysqli_query($link,$consulta) or die("Error al ejecutar consulta 02 ");
|
||||||
|
Loading…
Reference in New Issue
Block a user