Closed (fixed)
Project:
Auto Assign Role
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Mar 2008 at 04:35 UTC
Updated:
5 Sep 2008 at 14:02 UTC
autoassignrole.install
line 6 column 44
<?php
/**
* Implementation of hook_uninstall().
*/
function autoassignrole_uninstall() {
$vars = db_query("select name from variable where name like 'AUTOASSIGNROLE_%%'");
while ($var = db_fetch_object($vars)) {
variable_del($var->name);
}
}
You must replace variable by {variable}
Comments
Comment #1
andypostSuperseded http://drupal.org/node/228774#comment-781025
Comment #2
stokito commentedok thanks
Comment #3
cyberswat commentedFixed in http://drupal.org/cvs?commit=135575
Comment #4
cyberswat commentedComment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.