typo in comment

This commit is contained in:
Marc Delisle
2009-10-23 10:15:25 +00:00
parent 1419fcf3c2
commit 089be818a3

View File

@@ -445,8 +445,8 @@ class PMA_Table
} else {
// Counting all rows of a VIEW could be too long, so use
// a LIMIT clause.
// Use try_query because it can fail (a VIEW is based on
// a table that no longer exists)
// Use try_query because it can fail (when a VIEW is
// based on a table that no longer exists)
$result = PMA_DBI_try_query(
'SELECT 1 FROM ' . PMA_backquote($db) . '.'
. PMA_backquote($table) . ' LIMIT '