File : users_popupH.php
Line : 177
Code involved :
<?php echo(L_EXPCOL); ?>
To be replaced with :
".L_EXPCOL."
Complete line :
echo("<A HREF="\\"#\\"" onClick="\\"expandIt('${id}');" return="" false\\"="" o="" nMouseOver="\\"window.status='".L_EXPCOL."';" return="" true;\\"="" title="\\"<?php" echo(L_EXPCOL);="" ?="">\">");
Replace with :
echo("<A HREF="\\"#\\"" onClick="\\"expandIt('${id}');" return="" false\\"="" o="" nMouseOver="\\"window.status='".L_EXPCOL."';" return="" true;\\"="" title="\\"".L_EXPCOL."\\"">");
Regards
Pierre
Anonymous