function me_update_5101 in me aliases 5
Implementation of hook_update_N().
File
- ./
me.install, line 32 - Provides 'me' aliases install and uninstall routines.
Code
function me_update_5101() {
return array(
update_sql("UPDATE {system} SET weight = 1000 WHERE name = 'me'"),
);
}