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

chawl’s picture

What's this for anyway?

dlumberg’s picture

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.

socialnicheguru’s picture

winliveid.module:16: drupal_set_message('inint');

markandphil’s picture

Ha, thanks for the heads up! Did a google search and saw this right away - good thinking!