function fivestar_update_1 in Fivestar 5
Same name and namespace in other branches
- 6.2 fivestar.install \fivestar_update_1()
- 6 fivestar.install \fivestar_update_1()
Add the fivestar comment tables.
File
- ./
fivestar.install, line 32 - Installation file for fivestar module.
Code
function fivestar_update_1() {
// No longer needed. The tables are added by fivestar_commment_install().
return array();
}