diff options
author | friendica <info@friendica.com> | 2012-09-09 21:51:54 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-09-09 21:51:54 -0700 |
commit | 61cca7637af3c4484d90ed9e1208a10845758276 (patch) | |
tree | 9cb6065bdf0f842d03b0df9c358c334a3ec631ae /mod | |
parent | e4f3e96b657e4ce33c06701653eaba9574152c9a (diff) | |
download | volse-hubzilla-61cca7637af3c4484d90ed9e1208a10845758276.tar.gz volse-hubzilla-61cca7637af3c4484d90ed9e1208a10845758276.tar.bz2 volse-hubzilla-61cca7637af3c4484d90ed9e1208a10845758276.zip |
States/Countries now free form
Diffstat (limited to 'mod')
-rw-r--r-- | mod/profiles.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mod/profiles.php b/mod/profiles.php index d864c18d2..8a146d6a8 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -552,11 +552,6 @@ function profiles_content(&$a) { '$no_selected' => (($r[0]['hide_friends'] == 0) ? " checked=\"checked\" " : "") )); - $a->page['htmlhead'] .= "<script type=\"text/javascript\" src=\"js/country.js\" ></script>"; - - - - $f = get_config('system','birthday_input_format'); if(! $f) |