62.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

11-14-2015, 02:21 AM
Post: #41
RE: [GET] Realcon Real Estate Property Listing v3.5 of Jan 20-2015 Update 11
Hi

null it like this: so i do not have to answer always pm's :)

1. \application\modules\admin\controllers\purchase_core.php
change this--> if($result==1)
with this --> if($result==0)

2. \system\helpers\dbcbase_helper.php Line :913 or 942

change this--> $CI = get_instance();
if($result!=1)
{

with this --> $CI = get_instance();
if($result!=0)
{




66.gif