Fatal error:

Fatal error: Call to a member function get_var() on a non-object in E:\www\work\actionstrategy\lib\ez_results.php on line 622

I keep getting this error, someone told me to try to use
Comment out the global ${$this->ez_sql_object};
Replace it with: $db = $this->ez_sql_object;

it worked the first time but then I have overwritten some files and keep getting this error.

Can plz someone help me.