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 /include/zot.php | |
parent | d14c211341bfb80e1b0941c0307ec560ec8cfef2 (diff) | |
download | volse-hubzilla-78a65c7c1b98991574469e8baee9457296827dff.tar.gz volse-hubzilla-78a65c7c1b98991574469e8baee9457296827dff.tar.bz2 volse-hubzilla-78a65c7c1b98991574469e8baee9457296827dff.zip |
remove the country autofill declaration
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 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); } |