From: toyomoyo Date: Mon, 10 Apr 2006 06:35:10 +0000 (+0000) Subject: agreelicence was not set X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=19407a42748f24e29667ef2d8330b5564a21c8ef;p=moodle.git agreelicence was not set --- diff --git a/admin/index.php b/admin/index.php index 2154715c82..297720e9b6 100644 --- a/admin/index.php +++ b/admin/index.php @@ -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??