-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
3 changed files
with
13 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
// TemaTres : aplicación para la gestión de vocabularios controlados# # | ||
// TemaTres : web application to manage controlled vocabularies | ||
// | ||
// Copyright (C) 2004-2008 Diego Ferreyra [email protected] | ||
// Copyright (C) 2004-2021 Diego Ferreyra [email protected] | ||
// Distribuido bajo Licencia GNU Public License, versión 2 (de junio de 1.991) Free Software Foundation | ||
// | ||
// | ||
|
@@ -2622,7 +2622,7 @@ function FORMtransterm4char4map($tvocab_id, $filterEQ, $letra) | |
|
||
$min= ($pag-1)*$limit; | ||
//modificar => sólo debe traer términos preferidos. Los términos alternativos no se traducen | ||
$sqlDatosLetra=SQLterms2map4char($letra, array("min"=>$min,"limit"=>$limit,"filterEQ"=>$filterEQ)); | ||
$sqlDatosLetra=SQLterms2map4char($ARRAYvocabulario["vocabulario_id"],$letra, array("min"=>$min,"limit"=>$limit,"filterEQ"=>$filterEQ)); | ||
|
||
$num_terms=($min>0) ? $min+1 :0; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters