Home
last modified time | relevance | path

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

/plugin/authucenter/lib/uc_client/model/
H A Dnote.php109 function sendone($appid, $noteid = 0, $note = '') { argument
113 if($noteid) {
114 $note = $this->_get_note_by_id($noteid);
179 function _get_note_by_id($noteid) { argument
180 $data = $this->db->fetch_first("SELECT * FROM ".UC_DBTABLEPRE."notelist WHERE noteid='$noteid'");