From d672ecf8e8fabb5d72c8207a0f19becd865c5bb5 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 24 Sep 2007 15:37:52 +0000 Subject: [PATCH] Backporting typo from HEAD --- lib/db/upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/db/upgrade.php b/lib/db/upgrade.php index 75f8ffc07f2..c57d473154c 100644 --- a/lib/db/upgrade.php +++ b/lib/db/upgrade.php @@ -654,7 +654,7 @@ function xmldb_main_upgrade($oldversion=0) { if ($data = get_records('user_info_data', 'fieldid', $field->id)) { /// Get the menu options - $options = explode("\n", $this->field->param1); + $options = explode("\n", $field->param1); foreach ($data as $d) { $key = array_search($d->data, $options);