]> git.mjollnir.org Git - moodle.git/commitdiff
agreelicence was not set
authortoyomoyo <toyomoyo>
Mon, 10 Apr 2006 06:35:10 +0000 (06:35 +0000)
committertoyomoyo <toyomoyo>
Mon, 10 Apr 2006 06:35:10 +0000 (06:35 +0000)
admin/index.php

index 2154715c828a2cbcbc64cf5c037f7588f7fd30ba..297720e9b61b1a01d3e13931bd789d37c8b29403 100644 (file)
@@ -11,8 +11,7 @@
 
     $id             = optional_param('id', '', PARAM_ALPHANUM);
     $confirmupgrade = optional_param('confirmupgrade', 0, PARAM_BOOL);
-
-
+    $agreelicence = optional_param('agreelicence',0, PARAM_BOOL);
 /// Check that PHP is of a sufficient version
 
     if (!check_php_version("4.1.0")) { //TODO: should we bump it up to 4.3.0??