You are here

protected function StatsPro::get_data_ucritical in Statistics Pro 6.2

Returns the number of critical conditions generated by authenticated users per day since the last run.

File

./statspro.inc, line 844
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_ucritical() {
  $this
    ->get_watchdog_data(WATCHDOG_CRITICAL, FALSE);
}