protected function StatsPro::get_data_uerror in Statistics Pro 6.2
Same name and namespace in other branches
- 6 statspro.inc \statspro::get_data_uerror()
Returns the number of errors generated by authenticated users per day since the last run.
File
- ./
statspro.inc, line 799 - statspro class for Statistics Pro module.
Class
- StatsPro
- Manages the data saving and retrieval according to the user defined parameters.
Code
protected function get_data_uerror() {
$this
->get_watchdog_data(WATCHDOG_ERROR, FALSE);
}