You are here

function avatar_selection_enable in Avatar Selection 7

Implements hook_enable().

Increase module weight so it comes after reg_with_pic.

File

./avatar_selection.install, line 124
The Avatar Selection module install file.

Code

function avatar_selection_enable() {
  db_query("UPDATE {system} SET weight = 1 WHERE name = 'avatar_selection'");
}