Skip to content

Commit

Permalink
filter duplicates
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/MDB2/trunk@211204 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
quipo committed Apr 11, 2006
1 parent b152e01 commit 33e894e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MDB2/Driver/Manager/ibase.php
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ function listViews()
return $db;
}

$result = $db->queryCol('SELECT RDB$VIEW_NAME FROM RDB$VIEW_RELATIONS');
$result = $db->queryCol('SELECT DISTINCT RDB$VIEW_NAME FROM RDB$VIEW_RELATIONS');
if (PEAR::isError($result)) {
return $result;
}
Expand Down

0 comments on commit 33e894e

Please sign in to comment.