diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index 836a7be..e339526 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -1029,7 +1029,7 @@ mysql_query(" `orden` = '$campo_orden' , `campo_area` = '$campo_area', `campo_tipo` = '$campo_tipo', - `id_empresa` = '$id_empresa', + `id_empresa` = '$_SESSION[id_empresa]', `activo` = '$activo' WHERE `form_campos`.`id` ='$id_campo_editar' LIMIT 1",$link);