The only thing you have to change to update the module to 5.0, other then the .info file, is changing:

case 'admin/modules#description':

to:

case 'admin/build/modules#description':

... On the sixth line of xbox_gamertag.module.

CommentFileSizeAuthor
#1 xbox_gamertag.patch975 bytesrobloach

Comments

robloach’s picture

Status: Active » Needs review
StatusFileSize
new975 bytes

I thought I'd create a patch for it which updates the module to Drupal 5.0. This simply replaces the #description in the help with a new .info file.

webchick’s picture

Status: Needs review » Needs work

Actually, since the description is the only thing in the help hook, you can go ahead and delete the entire thing.

pobster’s picture

As soon as my house insurance pays out for a new PC I'll be updating everything I've written, it's just taking a bit longer than I anticipated... Just thought I'd post so you know that I'm not ignoring you!

Pobster

pobster’s picture

Status: Needs work » Closed (fixed)