Posted by dlumberg on February 21, 2009 at 10:59pm
Jump to:
| Project: | Windows Live ID Integration |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
this is really minor, in hook_menu it sets drupal_set_message('inint')
took me a minute to figure out what was doing it.
Comments
#1
What's this for anyway?
#2
It looks like this was just some debugging code that got left in by mistake. I think I read somewhere that this module was mostly just a proof of concept and it doesn't seem to be actively maintained. I mostly just posted here so someone doing a google search for "inint" might have an easier time than I did tracking it down.
#3
winliveid.module:16: drupal_set_message('inint');
#4
Ha, thanks for the heads up! Did a google search and saw this right away - good thinking!