aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profiles.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/profiles.php')
-rw-r--r--mod/profiles.php5
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)