Commit b79f5917 authored by fangliyan's avatar fangliyan

base_id 我的收藏

parent 175f953d
......@@ -6182,7 +6182,7 @@ if($searcharr['infotype']==4){
function getcollectByBaseId($kind,$base_id,$offset=0,$pagesize=0,$city=GB_CITY)
{
$pagesize = $pagesize ? $pagesize : 20;
$key = $this->memkey.'getcollectByBaseId'.$uid.$kind.$offset.$pagesize.$city;
$key = $this->memkey.'getcollectByBaseId'.$base_id.$kind.$offset.$pagesize.$city;
if($this->input->get('update') == 1)
{
$this->memcached_class->delete($key);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment