You are here

function flashnode_update_3 in Flash Node 5.6

Same name and namespace in other branches
  1. 5.2 flashnode.install \flashnode_update_3()
  2. 5.3 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;
}