diff --git a/application/controllers/Bkoreport.php b/application/controllers/Bkoreport.php
index c17395e..c280289 100644
--- a/application/controllers/Bkoreport.php
+++ b/application/controllers/Bkoreport.php
@@ -80,7 +80,7 @@ class Bkoreport extends Bko_Controller {
}
public function offers() {
- $data["title"] = "Recent Signup Report";
+ $data["title"] = "Pending Offers";
//$mysql = "SElECT added::date,username,firstname||' '||lastname AS Name,loc,last_login::date FROM members ORDER BY id DESC LIMIT 7000";
$mysql = "SELECT o.id,
o.expire||'
'||o.offer_code AS expire_offer,
@@ -88,7 +88,9 @@ class Bkoreport extends Bko_Controller {
mo.firstname AS client,
mw.firstname AS owner,
o.reminder_date,
- o.uid
+ o.status,
+ o.uid,
+ '