From: Zheng Zhu Date: Mon, 29 Nov 2004 02:36:27 +0000 (+0000) Subject: explode with limit X-Git-Tag: 1.5.0alpha1~1201 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=eb170b4be7280bdb2ed0c81a7b501f890a1c8ea7;p=lhc%2Fweb%2Fwiklou.git explode with limit --- diff --git a/includes/ZhClient.php b/includes/ZhClient.php index e07908db9d..7bedf82729 100644 --- a/includes/ZhClient.php +++ b/includes/ZhClient.php @@ -106,7 +106,7 @@ class ZhClient { $result = $this->query($q); if(!$result) return false; - list($infoline, $data) = explode('|', $result); + list($infoline, $data) = explode('|', $result, 2); $info = explode(";", $infoline); $ret = array(); $i=0;