From b76a1e27a95ea59edb0f3ec21229efca471f6d91 Mon Sep 17 00:00:00 2001 From: Kasun Chathuranga Date: Mon, 29 Jul 2013 17:26:11 +0530 Subject: [PATCH] Fix comment --- libraries/navigation/Nodes/Node_DatabaseChild.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/navigation/Nodes/Node_DatabaseChild.class.php b/libraries/navigation/Nodes/Node_DatabaseChild.class.php index dbd1aaed61..e080e4ab37 100644 --- a/libraries/navigation/Nodes/Node_DatabaseChild.class.php +++ b/libraries/navigation/Nodes/Node_DatabaseChild.class.php @@ -17,7 +17,7 @@ if (! defined('PHPMYADMIN')) { abstract class Node_DatabaseChild extends Node { /** - * Returns HTML for hide button displayed infront of the table node + * Returns HTML for hide button displayed infront of the database child node * * @return HTML for hide button */ @@ -49,4 +49,4 @@ abstract class Node_DatabaseChild extends Node */ protected abstract function getItemType(); } -?> \ No newline at end of file +?>