in the drush.inc on line 373 $query = "DELETE FROM {$table}" should be changed to $query = "DELETE FROM {{$table}}",otherwise it will make the table prefix replaced fail.
my php version is 5.3.1
there is not only this code should be fixed,but many others.

Comments

moshe weitzman’s picture

Status: Active » Fixed

fixed ... please reopen this issue for more occurrences of same bug

weynhamz’s picture

same problem in includes/drush.inc on line 330.

moshe weitzman’s picture

line 330 was fixed already.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.