Skip to content

Commit

Permalink
improve coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleant committed Oct 11, 2012
1 parent f5cae78 commit 3a3987b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql.php
Expand Up @@ -1634,7 +1634,7 @@ function PMA_getColumnNameInColumnDropSql($sql)
function PMA_resultSetContainsUniqueKey($db, $table, $fields_meta)
{
$resultSetColumnNames = array();
foreach($fields_meta as $oneMeta) {
foreach ($fields_meta as $oneMeta) {
$resultSetColumnNames[] = $oneMeta->name;
}
foreach (PMA_Index::getFromTable($table, $db) as $index) {
Expand Down

0 comments on commit 3a3987b

Please sign in to comment.