C4::Stats - Update Koha statistics (log)
use C4::Stats;
The functions of this module deals with statistics table of Koha database.
C4::Stats::UpdateStats($params); This is a (legacy) alias for Koha::Statistic->new($params)->store. Please see Koha::Statistic module.
Koha Development Team <http://koha-community.org/>