remove the country autofill declaration

This commit is contained in:
friendica 2013-01-04 19:56:00 -08:00
parent d14c211341
commit 78a65c7c1b
2 changed files with 2 additions and 2 deletions

View File

@ -994,7 +994,7 @@ function process_mail_delivery($sender,$arr,$deliveries) {
function process_profile_delivery($sender,$arr,$deliveries) { function process_profile_delivery($sender,$arr,$deliveries) {
// deliveries is irrelevant, what to do about birthday notification....? // deliveries is irrelevant, what to do about birthday notification....?
logger('process_profile_delivery');
import_directory_profile($sender['hash'],$arr); import_directory_profile($sender['hash'],$arr);
} }

View File

@ -308,4 +308,4 @@ $lbl_school
</form> </form>
</div> </div>
<script type="text/javascript">Fill_Country('$country_name');Fill_States('$region');</script>