function twitter_update_6002 in Twitter 6.3
Same name and namespace in other branches
- 6.5 twitter.install \twitter_update_6002()
- 6.2 twitter.install \twitter_update_6002()
- 6.4 twitter.install \twitter_update_6002()
Set the weight a little heavier to allow Pathauto and other modules to do their work on the title, path alias, etc. before the twitter post is sent.
File
- ./
twitter.install, line 342
Code
function twitter_update_6002() {
$ret = array();
$ret[] = update_sql("UPDATE {system} SET weight = 3 WHERE name = 'twitter'");
return $ret;
}