1
0
Fork 0

Correcion referencia en realcion

This commit is contained in:
humano 2018-11-29 11:12:12 -05:00
parent 92bb23fa6c
commit 00db30e1e2
1 changed files with 2 additions and 2 deletions

View File

@ -11094,7 +11094,7 @@ if($valor !="") {
if($plantilla =="") {$plantilla= "relacion";}
$valor_actual = contenido_mostrar("$formulario",$valor,'',"$plantilla");
if($plantilla == 'relacion_drop') { $link ="";} else{
$link = "<a href = '$_SESSION[site]i$valor' target='referencia'>Ver referencia</a> ";
$link = "<a href = 'i$valor' target='referencia'>Ver referencia</a> ";
}
}
@ -11256,7 +11256,7 @@ $claves = $claves[0];
$valor_actual = contenido_mostrar("$formulario",$valor,'',"$plantilla");
if($plantilla == 'buscador_drop') { $link ="";}
elseif($plantilla == '') {
$link = "<a href = '$_SESSION[site]i$valor' target='referencia'>Ver referencia</a> ";
$link = "<a href = 'i$valor' target='referencia'>Ver referencia</a> ";
}else{$link="";}
return "$valor_actual$link";
}