paginatioon fix
This commit is contained in:
@@ -192,12 +192,14 @@ if (coupon_id > 0 ){
|
|||||||
public function escrows(){
|
public function escrows(){
|
||||||
// $this->load->view('bko/view_bko_header', $data);
|
// $this->load->view('bko/view_bko_header', $data);
|
||||||
// $actual_link = 'http://'.$_SERVER['HTTP_HOST'].'/bkosmember/escrows';
|
// $actual_link = 'http://'.$_SERVER['HTTP_HOST'].'/bkosmember/escrows';
|
||||||
$actual_link = '/bkosmember/escrows';
|
$actual_link = 'bkosmember/escrows';
|
||||||
// $actual_link = (empty($_SERVER['HTTPS']) ? 'http' : 'https') . "://$_SERVER[REQUEST_URI]";
|
// $actual_link = (empty($_SERVER['HTTPS']) ? 'http' : 'https') . "://$_SERVER[REQUEST_URI]";
|
||||||
|
|
||||||
|
|
||||||
$config = $this->PrepPagination(20, 3,$actual_link );
|
$config = $this->PrepPagination(20, 3,$actual_link );
|
||||||
|
|
||||||
|
|
||||||
|
$actual_link = (empty($_SERVER['HTTPS']) ? 'http' : 'https') . "://$_SERVER[REQUEST_URI]";
|
||||||
$mysql0 = "SELECT id FROM members_payments WHERE code ='OFDPS' AND confirmation IS NOT NULL AND flags = 4";
|
$mysql0 = "SELECT id FROM members_payments WHERE code ='OFDPS' AND confirmation IS NOT NULL AND flags = 4";
|
||||||
$q = $this->db->query($mysql0);
|
$q = $this->db->query($mysql0);
|
||||||
$config["total_rows"] = $q->num_rows();
|
$config["total_rows"] = $q->num_rows();
|
||||||
|
|||||||
Reference in New Issue
Block a user