PD city Mapping : ps
This commit is contained in:
parent
b88a3c4cc6
commit
4a7cacda65
@ -111,7 +111,7 @@ class Common_Masters_Model extends SPARQ_Model {
|
|||||||
public function deleteRecords($record_data = array(),$table_name,$where_condition_array = array(),$print_query = '')
|
public function deleteRecords($record_data = array(),$table_name,$where_condition_array = array(),$print_query = '')
|
||||||
{
|
{
|
||||||
$data = $this->db->delete($table_name,$record_data,$where_condition_array);
|
$data = $this->db->delete($table_name,$record_data,$where_condition_array);
|
||||||
|
|
||||||
if($print_query == 1)
|
if($print_query == 1)
|
||||||
{
|
{
|
||||||
print_r($this->db->last_query());
|
print_r($this->db->last_query());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user