Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed May 9, 2012
1 parent 691b6e3 commit 6bdad67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/common.lib.php
Expand Up @@ -3226,7 +3226,7 @@ function PMA_expandUserString($string, $escape = null, $updates = array())
if (! is_null($escape)) {
$column_names[] = $escape($column['Field']);
} else {
$column_names[] = $field['Field'];
$column_names[] = $column['Field'];
}
}

Expand Down

0 comments on commit 6bdad67

Please sign in to comment.