Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Commit

Permalink
documentacion
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Sep 5, 2019
1 parent d06e2a7 commit dc1fbcd
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Novedades.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Ap ndice A. Novedades

Versión 1.2.8 (Ago.2019)
* Al validad incluye entre los casos vacios los que tengan memo de menos
Versión 1.2.8 (Sep.2019)
* Al validar incluye entre los casos vacios los que tengan memo de menos
de 30 caracteres.

* En consulta web los usuarios autenticados pueden buscar por categorias
Expand Down
9 changes: 9 additions & 0 deletions bin/actweb.grep
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
INSERT INTO anexo
INSERT INTO public.anexo
INSERT INTO caso_fotra
INSERT INTO public.caso_fotra
INSERT INTO caso_ffrecuente
INSERT INTO public.caso_ffrecuente
INSERT INTO escrito_caso
INSERT INTO public.escrito_caso
INSERT INTO fuente_directa
INSERT INTO public.fuente_directa
INSERT INTO fuente_directa_caso
INSERT INTO public.fuente_directa_caso
INSERT INTO fotra
INSERT INTO public.fotra
INSERT INTO usuario
INSERT INTO public.usuario
INSERT INTO prensa
INSERT INTO public.prensa
4 changes: 2 additions & 2 deletions doc/novedades.xdbk
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>

<variablelist>
<varlistentry><term>Versión 1.2.8 (Ago.2019)</term>
<varlistentry><term>Versión 1.2.8 (Sep.2019)</term>
<listitem>
<para><itemizedlist>
<listitem><para>Al validad incluye entre los casos vacios los que tengan memo de menos de 30 caracteres.</para></listitem>
<listitem><para>Al validad incluye entre los casos vacíos los que tengan memo de menos de 30 caracteres.</para></listitem>
<listitem><para>En consulta web los usuarios autenticados pueden buscar por categorias deshabilitadas.</para></listitem>
</itemizedlist></para>
</listitem>
Expand Down
1 change: 0 additions & 1 deletion modulos/bdcinep/conf.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
'idpapa' => 50,
'url' => 'opcion?num=1000',
);

require_once "modulos/bdcinep/tablasnyn.php";

$GLOBALS['gancho_ei_filtro'][] = 'agregar_categoria_nombre';
Expand Down
3 changes: 2 additions & 1 deletion sitios/pordefecto/inibdmod.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,11 @@ function esta_nueva_ficha($id)
foreach ($lm as $m) {
//echo "OJO modulo $m/conf.php<br>\n";
if (file_exists("$m/conf.php")) {
//echo "OJO existe<br>\n";
#echo "OJO existe $m<br>\n";
include "$m/conf.php";
}
}

//echo "<hr>OJO antes de remplaza " ;print_r($GLOBALS['ficha_tabuladores']);
if (isset($GLOBALS['remplaza_ficha_tabuladores'])) {
foreach ($GLOBALS['remplaza_ficha_tabuladores'] as $a) {
Expand Down
2 changes: 1 addition & 1 deletion sitios/pordefecto/vardb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Basado en script de http://structio.sourceforge.net/seguidor

if (test ! -f $dirap/conf.php) then {
echo "Modifique la variable dirap del script vardb.sh para que tenga directorio de instalacion";
echo "Modifique la variable dirap del script vardb.sh para que tenga directorio de instalacion (ahora es $dirap y no se encontro $dirap/conf.php)";
exit 1;
} fi;

Expand Down

0 comments on commit dc1fbcd

Please sign in to comment.