You are here

function xbbcode_update_6000 in Extensible BBCode 6

File

./xbbcode.install, line 172

Code

function xbbcode_update_6000() {
  $ret[] = update_sql('UPDATE {xbbcode_handlers} SET format = 0 WHERE format = -1');
}