I got the above error for the following line: ``` $sybase = ini_get('magic_quotes_sybase'); ``` This seems like it should be alright since they're just checking the value using ini_get.
I got the above error for the following line:
This seems like it should be alright since they're just checking the value using ini_get.