function flag_update_6004 in Flag 6.2
Same name and namespace in other branches
- 6 flag.install \flag_update_6004()
Remove count = 0 rows from the count tables.
File
- ./
flag.install, line 524 - Flag module install/schema/update hooks.
Code
function flag_update_6004() {
// Same update as flag_update_6203()
return array();
}