diff --git a/application/controllers/Bkouser.php b/application/controllers/Bkouser.php
index ff0b0a8..7ffce12 100644
--- a/application/controllers/Bkouser.php
+++ b/application/controllers/Bkouser.php
@@ -522,7 +522,7 @@ class Bkouser extends Bko_Controller {
$page = is_numeric($page) ? $page : 0;
$extra_qr = '';
- var_dump($_POST);
+ // var_dump($_POST);
if ($_POST) {
@@ -578,13 +578,25 @@ class Bkouser extends Bko_Controller {
$data = array();
$data['page_title'] = 'Site Contacts';
+ $page = ($this->uri->segment(3)) ? $this->uri->segment(3) : 0;
+ $page = is_numeric($page) ? $page : 0;
+
+ $config = $this->PrepPagination(10, 3, '/bkouser/contact');
+
+ $mysql0 = "SELECT * FROM contacts";
+ $q = $this->db->query($mysql0);
+ $config["total_rows"] = $q->num_rows();
+
+ $this->load->library('pagination');
+ $this->pagination->initialize($config);
+ $data["pagination_links"] = $this->pagination->create_links();
+
+
$this->load->library('table');
$this->table->set_template($this->template);
- $mysql = "SElECT added::date||'
'||loc||'
'||(CASE WHEN last_login::date IS NULL THEN ' ' ELSE last_login::date::text END) AS Act,"
- . " username||'
'||firstname||' '||lastname AS Name, "
- . " '