Set_magic_quotes_runtime() is deprecated

Submitted by bala4901 on 2009-10-16

I found this in the error log.
WARNING in C:\xampp\htdocs\webissues\include\database.inc.php(47):
Function set_magic_quotes_runtime() is deprecated

During I try to save an issue, log in, log out the error msg will come out

What if you change it to:

ini_set( 'magic_quotes_runtime', 0 );

Regards,
Michał