As recommended, on my production server, I set $conf['environment_indicator_enabled'] = FALSE;
This works correctly. However, the radio button for Status is unselected; it's neither enabled nor disabled. On my development servers where I have the indicator set to true, the status correctly shows as enabled.
Great module, thanks.
Comments
Comment #1
mrfelton commentedPlease could you try changing that to the following?
Comment #2
mrfelton commentedActually, this is fixed in CVS now. You can use '0' or FALSE.
http://drupal.org/cvs?commit=305380
Thanks for reporting.
Comment #3
dankohn commentedAnd thanks for the response.