Commit 34bf48e9 by Tobin

T: Checker bug fixing

parent ce2bbd5c
......@@ -463,7 +463,7 @@ class Organizer_model extends CI_Model {
}
if(empty($sql) || empty($custData = $sql->row_array())){
$res = array('status'=>0,'message'=>'User Doesnot Exist','code'=>'ER09');
$res = array('status'=>0,'message'=>'User Does not Exist','code'=>'ER09');
return $res;
}
$res = array('status'=>1,'message'=>'Logged In Successfully','data'=>$custData['id']);
......
......@@ -1024,7 +1024,6 @@ jQuery('[id^="addMultiLang"]').on('click',function() {
thisObj.html('+ Hide Add More Language Option');
jQuery('[id="showMultiLangBlock_'+block+'"]').removeClass('hide');
}
});
jQuery('[id="custSearch"]').autocomplete({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment