session_start(); require_once("../../config.php"); $academico=chequeo_priv("gestion_datos_editorial"); include("../../lib.proy.php"); include("../../lib.proy.02.php"); $conexion=conectar("edit" ,"5j9j1k09"); OpenTable('PerDoc','DatIns','../../../'); $msg=''; if(isset($_POST['dat'])) { $datos1="update institucion set nombre_institucion='".$_POST['nombre']."', pc_visible='".$_POST['pc_visible']."' where identificador=".$_SESSION['institucion']; $in1=pg_exec($conexion, $datos1); $datos2="update editoriales set nombre_respòsable='".$_POST['responsable']."' where identificador=".$_SESSION['institucion']; $in2=pg_exec($conexion, $datos2); $msg="