replace FormatString by sql_string
This commit is contained in:
parent
5ce3691f12
commit
733883f2eb
38 changed files with 94 additions and 99 deletions
|
|
@ -289,7 +289,7 @@ for ($i=0; $i <$MaxRow; $i++)
|
|||
echo "$td";
|
||||
printf ("<A HREF=\"javascript:PcmnUpdate('%s','%s','%s','%s',%d)\">",
|
||||
$A['pcm_val'],
|
||||
FormatString($A['pcm_lib']),
|
||||
sql_string($A['pcm_lib']),
|
||||
$A['pcm_val_parent'],
|
||||
$A['pcm_type'],
|
||||
dossier::id());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue