diff options
-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> + |