Commit a1ae958d by 冷斌

踢人

parent 2672a248
......@@ -52,7 +52,8 @@ class Api_Livepk extends PhalApi_Api {
if (!$name) {
$where .= " and cmf_users.user_nicename like '%".$name."%'";
}
var_dump($name, $where);
die;
$domain = new Domain_Livepk();
$list = $domain->getLiveList($uid,$where,$p);
......
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