Skip to content

Commit

Permalink
Fixing typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikawhero committed Sep 24, 2007
1 parent 5978010 commit 540286f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 540286f

Please sign in to comment.