Problem is in navigate_favorites.module, function navigate_favorites_user.

The DELETE shouldn't have a * after it. this is the correct line:

      db_query("DELETE FROM {navigate_favorites} WHERE uid = '%d'", $account->uid);

Comments

chrisshattuck’s picture

A common mistake of mine, good catch. This has been fixed and will be applied in BETA3. Thanks, berenddeboer!

chrisshattuck’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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