You are here

function xbbcode_update_2 in Extensible BBCode 6

Same name and namespace in other branches
  1. 5 xbbcode.install \xbbcode_update_2()

File

./xbbcode.install, line 159

Code

function xbbcode_update_2() {

  // Rename table xbbcode_tags to xbbcode_custom_tags
  $ret[] = update_sql("ALTER TABLE {xbbcode_tags} RENAME {xbbcode_custom_tags};");
  return $ret;
}