Код Сапы (Sape) на php 5.3
Вылазят ошибки:
Unknown: Function set_magic_quotes_runtime() is deprecated in file /xoops_lib/***/sape.php line 221
Unknown: Function set_magic_quotes_runtime() is deprecated in file /xoops_lib/***/sape.php line 227
Заменить в саповском скрипте:
set_magic_quotes_runtime(0); на ini_set(‘magic_quotes_runtime’, 0);
set_magic_quotes_runtime($mqr); на ini_set(‘magic_quotes_runtime’, $mqr);
Leave a Reply
You must be logged in to post a comment.


