This commit is contained in:
Gerald Simane
2009-01-21 12:32:46 +00:00
parent 0be4cc85d0
commit 9d0af3fc35
+5 -1
View File
@@ -86,12 +86,16 @@
$host = 'dav.technikum-wien.at';
else
$host = 'cis.technikum-wien.at';
// Variable Daten Initialisieren
$uri = "/moodle/xmlrpc/xmlrpc.php";
$method = "DeleteCourseByID";
$args['CourseID']="$mdl_course_id";
$port=$_SERVER["SERVER_PORT"];
if ($debug_switch)
{
$content.="<br />Host:$host , Port:$port , Uri:$uri , Method:$method <br />";
}
$callspec = array(
'method' => $method,
'host' => $host,