You are here

function getid3_update_7203 in getID3() 7.2

Set the module weight back to 0

File

./getid3.install, line 143
Install, update and uninstall functions for the getid3 module.

Code

function getid3_update_7203() {
  db_query("UPDATE {system} SET weight = 0 WHERE name = 'getid3'");
}