From 18f541c43d9769ab5133491514d0455a6050123b Mon Sep 17 00:00:00 2001 From: wlx Date: Mon, 23 Sep 2013 06:25:34 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E6=90=9C=E7=B4=A2=E4=B8=BA?= =?UTF-8?q?=E8=8B=B1=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/models/Search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/Search.php b/application/models/Search.php index f66b64e1..93cae279 100644 --- a/application/models/Search.php +++ b/application/models/Search.php @@ -66,7 +66,7 @@ class Search function __construct($text='') { require_once '/home/wlx/xunsearch/sdk/php/lib/XS.php'; - $this->xs=new XS('westdc'); + $this->xs=new XS('card'); $this->search=$this->xs->search; $this->terms = array(); $this->text=$text;