From bc1767fb5df74588035113abbf62fa64495b13f4 Mon Sep 17 00:00:00 2001 From: humano Date: Wed, 8 May 2019 11:38:59 -0500 Subject: [PATCH] correciones conexion persistente --- funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index 644f7a2..0dc4ffa 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -13821,7 +13821,7 @@ if(is_numeric($tipo)) { $limit = "limit $tipo "; $class= "alert alert-info";} } $control = mysql_seguridad($control); -$link=Conectarse(); +global $link;//=Conectarse(); mysqli_set_charset($link, "utf8"); $sql=mysqli_query($link,$consulta); if($id !='') {$id = $id;}else {$id=mysqli_result($sql,0,"form_id");}