diff --git a/usersettings.php b/usersettings.php index 701c0bb90..73de3ff7a 100644 --- a/usersettings.php +++ b/usersettings.php @@ -735,7 +735,7 @@ function delete_file($fname, $dir = 'avatars/') function headerjs() { - global $cal; + //global $cal; $script = "\n"; - $script .= $cal->load_files(); + //$script .= $cal->load_files(); return $script; }