enleve la variable globale g_jrn, remplace par param HTTP p_jrn partout
This commit is contained in:
parent
50e1d2d213
commit
21ca05d764
18 changed files with 126 additions and 124 deletions
|
|
@ -351,8 +351,8 @@ function ListJrn($p_cn,$p_jrn,$p_where="",$p_array=null)
|
|||
//internal code
|
||||
// button modify
|
||||
$r.="<TD>";
|
||||
$r.=sprintf('<A class="detail" HREF="javascript:modifyOperation(\'%s\',\'%s\')" >%s</A>',
|
||||
$row['jr_id'],$l_sessid,$row['jr_internal']);
|
||||
$r.=sprintf('<A class="detail" HREF="javascript:modifyOperation(\'%s\',\'%s\',\'%s\')" >%s</A>',
|
||||
$row['jr_id'], $l_sessid, $p_jrn, $row['jr_internal']);
|
||||
$r.="</TD>";
|
||||
// date
|
||||
$r.="<TD>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue