Fixing typo.

This commit is contained in:
ikawhero 2007-09-24 03:02:16 +00:00
parent 5978010dd2
commit 540286f1f2

View File

@ -726,7 +726,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);