I messed around with making this D6 ready. One thing I think I learned is that $may_cache is no longer a valid attribute to hook_menu. By removing it, the check for it and some adjustments to the menu array to get it to comply with D6 hook_menu, I was able to enable the module without any errors. I was also able to see the tab admin/user/user. Clicking on it generated the CVS I expected. I think that pretty much sums up the functionality of this module. :-)

CommentFileSizeAuthor
one_time_login.patch963 bytesflickerfly

Comments

mfb’s picture

Thanks! Also, menu item titles and descriptions shouldn't be wrapped in t(). And, I split the module into 2 separate files (with just one function each).

mfb’s picture

Status: Needs review » Fixed
flickerfly’s picture

Thanks for the feedback, glad to help. :-)

Anonymous’s picture

Status: Fixed » Closed (fixed)

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