From 089be818a373c185010426982d08deddf129adf5 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 23 Oct 2009 10:15:25 +0000 Subject: [PATCH] typo in comment --- libraries/Table.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/Table.class.php b/libraries/Table.class.php index bddc1b15b..20c9567c3 100644 --- a/libraries/Table.class.php +++ b/libraries/Table.class.php @@ -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 '