What is Subscribe to Unlock?
Jamroom Developers
^^ what @MAD© said.
When I come here and I'm on the http:// version I'm in the logged out state. I change the address bar to https and im in the logged IN state.
*/
function jrChainedSelect_meta(){
$_tmp = array(
'name' => 'Chained Select',
'url' => 'chained_select',
'version' => '1.1.0',
'developer' => 'The Jamroom Network, ©' . strftime('%Y'),
'description' => 'Manage chained_select field options and choices',
'category' => 'forms',
'license' => 'mpl',
'requires' => 'jrCore:5.1.36'
);
return $_tmp;
}