Deprecated: Assigning the return value of new by reference is deprecated in /home/bluestat/public_html/source/index.php on line 477
Kalens - Commitdiff - ViewGit - Blue Static

Fixing a scope error

Robert Sesek [2006-03-24 01:27]
Fixing a scope error
diff --git a/includes/admin/xml.php b/includes/admin/xml.php
index ce685b2..895f9c5 100755
--- a/includes/admin/xml.php
+++ b/includes/admin/xml.php
@@ -49,7 +49,7 @@ function download_setting_xml($filename)
 	}
 	$xml_file .= "\n</xml_data_file>";

-	$funct->download_file($xml_file, 'procal_settings.xml');
+	$kalens->funct->download_file($xml_file, 'procal_settings.xml');
 }

 // ##################### Start upload_setting_xml ####################