On line 174 return !(DB::isError($result));
It should be return !(DB::isError($rs));
so either you use $rs or $result but not both in the same function ;)))))
Logged In: YES user_id=212797
The same occurs on line 197
Log in to post a comment.
Logged In: YES
user_id=212797
The same occurs on line 197