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