2013-04-06 12:46:23
addslashes vs addslashes
Hello. I have ATutor 2.0 installed and I was noticing in the file_storage/index.php file that there were several instances of
[php]$addslashes(......)[/php]
shouldn't it be
[php]addslashes(......)[/php]
I've also seen this in edit_marks.php
Thanks!