You are here

function statspro_update_1 in Statistics Pro 6.2

Same name and namespace in other branches
  1. 6 statspro.install \statspro_update_1()

File

./statspro.install, line 177
Install file for statistics pro module

Code

function statspro_update_1() {
  statspro_reset_stats();
  return array();
}