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

Commit 91969c6

Browse files
committed
716,717,916,917
1 parent 3f9900e commit 91969c6

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

actualiza.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3753,6 +3753,24 @@ function regenera_esquemas()
37533753
aplicaact($act, $idac, ' Cambio a consolidado victimas con nuevas categorias DIHC');
37543754
}
37553755

3756+
$idac = '1.2-sc18';
3757+
if (!aplicado($idac)) {
3758+
3759+
hace_consulta($db, "UPDATE categoria SET nombre='NEGACIÓN DE DERECHOS A PRISIONERO DE GUERRA' WHERE id='716';");
3760+
hace_consulta($db, "UPDATE categoria SET nombre='NEGACIÓN DE ATENCIÓN A PERSONA VULNERABLE' WHERE id='717';");
3761+
hace_consulta($db, "
3762+
INSERT INTO categoria (id, nombre, id_tviolencia, id_supracategoria, tipocat, fechacreacion)
3763+
VALUES ('916', 'NEGACIÓN DE DERECHOS A PRISIONEROS DE GUERRA', 'D', '1', 'C', '2018-02-24');
3764+
");
3765+
hace_consulta($db, "
3766+
INSERT INTO categoria (id, nombre, id_tviolencia, id_supracategoria, tipocat, fechacreacion)
3767+
VALUES ('917', 'NEGACIÓN DE ATENCIÓN A PERSONAS VULNERABLES', 'D', '1', 'C', '2018-02-24');
3768+
");
3769+
3770+
aplicaact($act, $idac, 'Cambio a marco conceptual singular/plural');
3771+
}
3772+
3773+
37563774
if (isset($GLOBALS['menu_tablas_basicas'])) {
37573775
$hayrep = false;
37583776
foreach ($GLOBALS['menu_tablas_basicas'] as $a) {

0 commit comments

Comments
 (0)