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");}