diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index 6ac185c..111291e 100755 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -3086,7 +3086,7 @@ AND form_datos.form_id = `form_id`.id AND (form_id = '$datos[id]' ) $publico GROUP BY form_datos.control -ORDER BY form_datos.control ,form_datos.timestamp "; +ORDER BY form_datos.timestamp DESC"; $sql = mysql_query($consulta,$link) or die("error al ejecutar consulta "); if (mysql_num_rows($sql)!='0'){