1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 22:57:14 +02:00

removing obsolete calendar code

This commit is contained in:
secretr
2011-09-19 10:23:14 +00:00
parent b57080767a
commit 1051c9d3e8

View File

@@ -735,7 +735,7 @@ function delete_file($fname, $dir = 'avatars/')
function headerjs() function headerjs()
{ {
global $cal; //global $cal;
$script = "<script type=\"text/javascript\"> $script = "<script type=\"text/javascript\">
function addtext_us(sc) function addtext_us(sc)
{ {
@@ -743,7 +743,7 @@ function headerjs()
} }
</script>\n"; </script>\n";
$script .= $cal->load_files(); //$script .= $cal->load_files();
return $script; return $script;
} }