You are here

function statspro_update_1 in Statistics Pro 6

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

File

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

Code

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