Home
last modified time | relevance | path

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

/plugin/statistics/inc/
H A DStatisticsLogger.class.php215 * @param int $addview set to 1 to count a view
217 public function log_session($addview = 0) { argument
221 $addview = addslashes($addview);
228 views = $addview,
232 views = views + $addview,