dashboard
This commit is contained in:
parent
1353a54be3
commit
547471022d
@ -76,13 +76,13 @@ $query_builder = TRUE;
|
|||||||
$db['default'] = array(
|
$db['default'] = array(
|
||||||
'dsn' => '',
|
'dsn' => '',
|
||||||
'hostname' => 'apollodec.com',
|
'hostname' => 'apollodec.com',
|
||||||
// 'username' => 'apollod4_DEV',
|
'username' => 'apollod4_DEV',
|
||||||
// 'password' => 'apollo1234',
|
'password' => 'apollo1234',
|
||||||
// 'database' => 'apollod4_ApolloDECDev',
|
'database' => 'apollod4_ApolloDECDev',
|
||||||
|
|
||||||
'username' => 'apollod4_SIT',
|
// 'username' => 'apollod4_SIT',
|
||||||
'password' => 'apollosit1234',
|
// 'password' => 'apollosit1234',
|
||||||
'database' => 'apollod4_ApolloDECNEWSIT',
|
// 'database' => 'apollod4_ApolloDECNEWSIT',
|
||||||
|
|
||||||
'dbdriver' => 'mysqli',
|
'dbdriver' => 'mysqli',
|
||||||
'dbprefix' => '',
|
'dbprefix' => '',
|
||||||
|
|||||||
@ -655,7 +655,7 @@ public function leadCountMonth($branchId = null, $requestedBy = null){
|
|||||||
|
|
||||||
|
|
||||||
$ltd=$this->db->query($sql);
|
$ltd=$this->db->query($sql);
|
||||||
print_r($sql);
|
// print_r($sql);
|
||||||
$tlead = $ltd->result();
|
$tlead = $ltd->result();
|
||||||
if (count($tlead) > 0) {
|
if (count($tlead) > 0) {
|
||||||
$results['lList'] = true;
|
$results['lList'] = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user