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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user