function flashnode_update_3 in Flash Node 5.3
Same name and namespace in other branches
- 5.6 flashnode.install \flashnode_update_3()
- 5.2 flashnode.install \flashnode_update_3()
Update filter table - rename flash to flashnode
File
- ./
flashnode.install, line 113
Code
function flashnode_update_3() {
$ret[] = update_sql("UPDATE {filters} SET module='flashnode' WHERE module='flash'");
return $ret;
}