You are here

function xbbcode_update_2 in Extensible BBCode 5

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

File

./xbbcode.install, line 79

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;
}