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

Commit

Permalink
716,717,916,917
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Feb 25, 2018
1 parent 3f9900e commit 91969c6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions actualiza.php
Original file line number Diff line number Diff line change
Expand Up @@ -3753,6 +3753,24 @@ function regenera_esquemas()
aplicaact($act, $idac, ' Cambio a consolidado victimas con nuevas categorias DIHC');
}

$idac = '1.2-sc18';
if (!aplicado($idac)) {

hace_consulta($db, "UPDATE categoria SET nombre='NEGACIÓN DE DERECHOS A PRISIONERO DE GUERRA' WHERE id='716';");
hace_consulta($db, "UPDATE categoria SET nombre='NEGACIÓN DE ATENCIÓN A PERSONA VULNERABLE' WHERE id='717';");
hace_consulta($db, "
INSERT INTO categoria (id, nombre, id_tviolencia, id_supracategoria, tipocat, fechacreacion)
VALUES ('916', 'NEGACIÓN DE DERECHOS A PRISIONEROS DE GUERRA', 'D', '1', 'C', '2018-02-24');
");
hace_consulta($db, "
INSERT INTO categoria (id, nombre, id_tviolencia, id_supracategoria, tipocat, fechacreacion)
VALUES ('917', 'NEGACIÓN DE ATENCIÓN A PERSONAS VULNERABLES', 'D', '1', 'C', '2018-02-24');
");

aplicaact($act, $idac, 'Cambio a marco conceptual singular/plural');
}


if (isset($GLOBALS['menu_tablas_basicas'])) {
$hayrep = false;
foreach ($GLOBALS['menu_tablas_basicas'] as $a) {
Expand Down

0 comments on commit 91969c6

Please sign in to comment.