Code Duplication    Length = 4-4 lines in 2 locations

application/modules/admin/pages.php 2 locations

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