Reviewed & tested by the community
Project:
Page Title
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2011 at 03:39 UTC
Updated:
9 Sep 2015 at 07:16 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
nicholasthompsonThis is an important thing to add to the update - however it'd be very difficult to cover ALL tokens (in a FROM -> TO array map)..
Comment #2
mrf commentedDid some research and it looks like token has already solved the hard part in it's own upgrade path.
Comment #3
mrjmd commentedThanks for this patch! It seems to work, although I did have to remove the following line as it was throwing a 'cannot redeclare' error on update.php:
include(drupal_get_path('module','token') . '/token.install');Comment #4
mrf commentedGuess that line wasn't needed for whatever reason those install functions weren't available when I was working on it...
Here's an update.
Comment #5
amitgoyal commented@mrf - looks good to me.
Comment #6
giorgoskworks as advertised
please commit
Comment #7
yan commentedPatch from #4 works fine for me too. Thanks! Commit would be nice after three years.