From cdfc2d7ba61045cf902f784547e5d04aaf9bd0db Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Tue, 23 Jun 2015 18:42:19 +0530 Subject: [PATCH] A table group and table container different Signed-off-by: Madhura Jayaratne --- libraries/navigation/Nodes/Node_DatabaseChild.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/navigation/Nodes/Node_DatabaseChild.class.php b/libraries/navigation/Nodes/Node_DatabaseChild.class.php index 1fae2e467a..80faccbead 100644 --- a/libraries/navigation/Nodes/Node_DatabaseChild.class.php +++ b/libraries/navigation/Nodes/Node_DatabaseChild.class.php @@ -12,7 +12,7 @@ if (! defined('PHPMYADMIN')) { /** * Represents a node that is a child of a database node * This may either be a concrete child such as table or a container - * such as a table group + * such as table container * * @package PhpMyAdmin-Navigation */