Changeset 4279
- Timestamp:
- Apr 18, 2017, 6:30:44 PM (4 years ago)
- Location:
- pmb4.2/trunk/fuentes/pmb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pmb4.2/trunk/fuentes/pmb/importa_from_abies.php
r4274 r4279 102 102 $comando= "cat ". $cdu_fich ." | mysql -u ". USER_NAME ." --password=". USER_PASS ." ". DATA_BASE; 103 103 if (system($comando, $salida)==0){ 104 $cdu_fich="./lliurex/ abies_update.sql";104 $cdu_fich="./lliurex/utilidades_sql/abies_update.sql"; 105 105 $comando= "cat ". $cdu_fich ." | mysql -u ". USER_NAME ." --password=". USER_PASS ." ". DATA_BASE; 106 106 if (system($comando, $salida)==0){ -
pmb4.2/trunk/fuentes/pmb/lliurex/utilidades_sql/abies_update.sql
r4274 r4279 8 8 delete from docsloc_section where num_section !='28' and num_location !='1'; 9 9 10 -- Se actuliza el campo flag_pret para los estado de Abies ;10 -- Se actuliza el campo flag_pret para los estado de Abies 11 11 12 12 update docs_statut set pret_flag='1' where idstatut='101' or idstatut='103';
Note: See TracChangeset
for help on using the changeset viewer.