You are here

function fivestar_update_1 in Fivestar 6.2

Same name and namespace in other branches
  1. 5 fivestar.install \fivestar_update_1()
  2. 6 fivestar.install \fivestar_update_1()

Add the fivestar comment tables.

File

./fivestar.install, line 62
Installation file for fivestar module.

Code

function fivestar_update_1() {

  // No longer needed. The tables are added by fivestar_commment_install().
  return array();
}