Set_magic_quotes_runtime

set_magic_quotes_runtime
```<br />
<br />
Anyone that incurs the following error ```php
Deprecated: Function set_magic_quotes_runtime() is deprecated in prepare.php on line 60
```<br />
<br />
and doesn't have access to their php.ini files are in a slight disadvantage. This function is actually being removed from PHP. As of 5.3.0, the function is DEPRECATED, and in PHP 6.0.0, is REMOVED. <br />
<br />
Without much insight as to what role it really plays in CS-CART, it seems that removing this line (in your home directory -> prepare.php) [b]DOES NOT[/b] affect any system integrity whatsoever.