You are here

protected function StatsPro::get_data_error in Statistics Pro 6.2

Same name and namespace in other branches
  1. 6 statspro.inc \statspro::get_data_error()

Returns the number of total errors per day since the last run.

File

./statspro.inc, line 791
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_error() {
  $this
    ->get_watchdog_data(WATCHDOG_ERROR, TRUE);
}