diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index afc60e2..e7a46a4 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -2786,12 +2786,12 @@ $sql=mysqli_query($link,$consulta); if (mysqli_num_rows($sql)!='0'){ mysqli_data_seek($sql, 0); $resultado =" - "; +
"; while( $row = mysqli_fetch_array( $sql ) ) { - $resultado .= "
"; + $resultado .= "
$row[nombre] $row[descripcion]
"; } - $resultado .="
$row[nombre] $row[descripcion]
"; + $resultado .=""; }else{$resultado ="";} return $resultado; }