Home
last modified time | relevance | path

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

/plugin/discussion/
H A Daction.php594 $this->_addLogEntry($date, $ID, 'cc', '', $cid);
701 $this->_addLogEntry($date, $ID, $type, '', $cid);
1125 protected function _addLogEntry($date, $id, $type = 'cc', $summary = '', $extra = '') { function in action_plugin_discussion