Is this normal behavior for all variables that are "strongarmed" to be dropped from the variable database table?
This ends up removing entries and breaking one of my modules (facebook connect) as the data that is needs is no longer available in the variable table (I think that is what is happening)
Comments
Comment #1
jmiccolis commentedStrongarm provides an alternative place (code) to store a variables value, so that a variable can have a value without and entry in the `variable` database table. If you use Drupal's variable API (`variable_set()`, `variable_get()` and `variabl_del()`) this will all just work. If you're accessing that database table directly, you would have issues.
Are you using the API functions?
Comment #2
yhahn commentedSetting status.
Comment #3
gregglesMarking this to "closed (cannot reproduce)" since it's been more than 2 weeks in "needs more info" without steps to reproduce.
Please re-open if you can post more details.