Commit c275c17a by Tobin

Merge branch 'jansa' into 'master'

Jansa See merge request !194
parents 8b4166a6 b7ba5d94
......@@ -840,7 +840,7 @@ class Organizer_model extends CI_Model {
public function getCountryCode(){
try{
$sql = "SELECT country_id,country_name,country_code FROM country WHERE status='1'";
$sql = "SELECT country_id,country_name,country_code,phone_code FROM country WHERE status='1'";
$ctryData = $this->db->query($sql);
if(empty($ctryData) || empty($ctryData = $ctryData->result_array())){
$res = array('status'=>0,'message'=>'No Data Found','code'=>'ER06');
......
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