From: moodler Date: Mon, 20 Jan 2003 06:43:44 +0000 (+0000) Subject: Make sure config array is always initialised before use X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=207190aa87988cb0a511ef21f2c8afffc658bbea;p=moodle.git Make sure config array is always initialised before use --- diff --git a/admin/config.html b/admin/config.html index 8d7a4b5026..3be946ba6a 100644 --- a/admin/config.html +++ b/admin/config.html @@ -98,7 +98,8 @@

maxeditingtime: - maxeditingtime, "", "", ""); - unset($options); ?> @@ -116,7 +116,8 @@

longtimenosee: - longtimenosee, "", "", ""); - unset($options); ?> @@ -155,13 +155,13 @@

slasharguments: - slasharguments, "", "", ""); - unset($options); ?> @@ -186,11 +186,11 @@

debug: - debug, "", "", ""); - unset($options); ?>