diff options
author | friendica <info@friendica.com> | 2013-01-04 19:56:00 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-04 19:56:00 -0800 |
commit | 78a65c7c1b98991574469e8baee9457296827dff (patch) | |
tree | 2269016ddb4d5739715c44c5317eefb39ab3adb5 | |
parent | d14c211341bfb80e1b0941c0307ec560ec8cfef2 (diff) | |
download | volse-hubzilla-78a65c7c1b98991574469e8baee9457296827dff.tar.gz volse-hubzilla-78a65c7c1b98991574469e8baee9457296827dff.tar.bz2 volse-hubzilla-78a65c7c1b98991574469e8baee9457296827dff.zip |
remove the country autofill declaration
-rw-r--r-- | include/zot.php | 2 | ||||
-rw-r--r-- | view/tpl/profile_edit.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/zot.php b/include/zot.php index 3c8088df5..e134ac428 100644 --- a/include/zot.php +++ b/include/zot.php @@ -994,7 +994,7 @@ function process_mail_delivery($sender,$arr,$deliveries) { function process_profile_delivery($sender,$arr,$deliveries) { // deliveries is irrelevant, what to do about birthday notification....? - + logger('process_profile_delivery'); import_directory_profile($sender['hash'],$arr); } diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl index a0ab681fb..a498f3a65 100644 --- a/view/tpl/profile_edit.tpl +++ b/view/tpl/profile_edit.tpl @@ -308,4 +308,4 @@ $lbl_school </form> </div> -<script type="text/javascript">Fill_Country('$country_name');Fill_States('$region');</script> + |