Add condition problem

I have problem when add new condition

$criteria->addCondition(‘test_id IS NULL AND contact_id =’ . $_GET[‘con_id’] . ‘AND User_id =’ . $_GET[‘id’]);

Have any idea where is the problem in addCondition

Problem solved :rolleyes: