I have a license module and I want to get items from license module if end date is blank.
Below mentioned code is not working:
$_l = array(
'search' => array(
"license_end_date = ''"
),
);
$_rt = jrCore_db_search_items('xxLicense', $_l);
Please suggest?
updated by @sbhadauria: 08/27/15 07:35:16PM