browser location issue but this may not fix it
This commit is contained in:
parent
d002ff668a
commit
6295dff409
@ -1017,7 +1017,7 @@ function settings_content(&$a) {
|
||||
'$email' => array('email', t('Email Address:'), $email, ''),
|
||||
'$timezone' => array('timezone_select' , t('Your Timezone:'), select_timezone($timezone), ''),
|
||||
'$defloc' => array('defloc', t('Default Post Location:'), $defloc, ''),
|
||||
'$allowloc' => array('allow_location', t('Use Browser Location:'), (intval(get_pconfig(local_user(),'system','use_browser_location')) == 1), ''),
|
||||
'$allowloc' => array('allow_location', t('Use Browser Location:'), intval(get_pconfig(local_user(),'system','use_browser_location')), ''),
|
||||
|
||||
|
||||
'$h_prv' => t('Security and Privacy Settings'),
|
||||
|
@ -1 +1 @@
|
||||
2013-07-28.388
|
||||
2013-07-29.389
|
||||
|
Reference in New Issue
Block a user