'privacy_policy', 'where' => whereRecordNumberInUrl(1), 'limit' => '1', )); $privacy_policyRecord = @$privacy_policyRecords[0]; // get first record // show error message if no matching record is found if (!$privacy_policyRecord) { print "Record not found!"; exit; } ?>
|
|