replace FormatString by sql_string

This commit is contained in:
Dany De Bontridder 2011-10-29 14:46:13 +00:00
parent 5ce3691f12
commit 733883f2eb
38 changed files with 94 additions and 99 deletions

View file

@ -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());