In the config page for the module, the current server setting isn't showing. By replacing line 74 to show
'#default_value' => variable_get('secrole_server', 0),
I was able to get it to work. Was there a reason to hide that? Might be something to fix in the next release.
Comments
Comment #1
Garrett Albright commentedHa ha ha, wow, what an oversight. Thanks. Clearly, I have only really used the "make a guess" option with regards to this feature.
The second parameter for that variable_get() call should be a blank string, though.
I'll patch this up and get a release made quickly. Thanks.
Comment #2
Garrett Albright commentedOkay, I just created a Beta 2 release. Please give it a try.
Comment #3
mikesir87 commentedThanks for the quick response! It seems like the code didn't make it in for some strange reason. It still has the default_vale as ''.
I must also say that this module has really saved us on one of our projects! Thanks for developing it! :-)
Comment #4
Garrett Albright commentedOh, God, do I hate CVS.
Okay, trying again with a Beta 3.
Comment #5
mikesir87 commentedHaha...I know the feeling! I have to say, I loved the comment in the release notes! :-)
And fyi... this release works perfectly! Thanks!
Comment #6
Garrett Albright commentedWonderful. Thanks again for reporting the glitch, and for trying the module.