|
@@ 1009-1012 (lines=4) @@
|
| 1006 |
|
$this->db->where('content.id', $this->input->post('id')); |
| 1007 |
|
$flagPOST = true; |
| 1008 |
|
} |
| 1009 |
|
if ($this->input->post('title')) { |
| 1010 |
|
$this->db->where('content.title LIKE ', '%' . $this->input->post('title') . '%'); |
| 1011 |
|
$flagPOST = true; |
| 1012 |
|
} |
| 1013 |
|
if ($this->input->post('url')) { |
| 1014 |
|
$this->db->where('route.url LIKE ', '%' . $this->input->post('url') . '%'); |
| 1015 |
|
|
|
@@ 1013-1016 (lines=4) @@
|
| 1010 |
|
$this->db->where('content.title LIKE ', '%' . $this->input->post('title') . '%'); |
| 1011 |
|
$flagPOST = true; |
| 1012 |
|
} |
| 1013 |
|
if ($this->input->post('url')) { |
| 1014 |
|
$this->db->where('route.url LIKE ', '%' . $this->input->post('url') . '%'); |
| 1015 |
|
|
| 1016 |
|
$flagPOST = true; |
| 1017 |
|
} |
| 1018 |
|
|
| 1019 |
|
if ($cat_id == NULL) { |