Home
last modified time | relevance | path

Searched refs:removecode (Results 1 – 2 of 2) sorted by relevance

/plugin/authucenter/lib/uc_client/model/
H A Dpm.php224 $subject = $this->removecode(trim($message), 80);
228 $lastsummary = $this->removecode(trim(stripslashes($message)), 150);
329 $lastsummary = $this->removecode(trim(stripslashes($message)), 150);
805 function removecode($str, $length) { function in pmmodel
/plugin/authucenter/lib/uc_client/control/
H A Dpm.php212 $pms[$key]['lastsummary'] = $_ENV['pm']->removecode($pms[$key]['lastsummary'], $msglen);