<?php

/**
 * Implementation of hook_uninstall()
 */
function seo_friend_install() {
  db_query("UPDATE {system} SET weight = %d WHERE name = 'seo_friend'", 999);
}

/**
 * Implementation of hook_uninstall()
 */
function seo_friend_uninstall() {
}
