From 8a5630b5d0c2c2a16090bcda3a9aa2356698bb07 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Thu, 21 Sep 2006 14:39:08 +0000 Subject: [PATCH] doc typo --- libraries/PMA_List_Database.class.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libraries/PMA_List_Database.class.php b/libraries/PMA_List_Database.class.php index b4cdef282..fbab3c2bd 100644 --- a/libraries/PMA_List_Database.class.php +++ b/libraries/PMA_List_Database.class.php @@ -12,12 +12,13 @@ require_once './libraries/PMA_List.class.php'; /** * handles database lists * - * @todo this object should be attached to the PMA_Server object - * @todo ? make use of INFORMATION_SCHEMA - * @todo ? support --skip-showdatabases and user has only global rights * * $PMA_List_Database = new PMA_List_Database($userlink, $controllink); * + * + * @todo this object should be attached to the PMA_Server object + * @todo ? make use of INFORMATION_SCHEMA + * @todo ? support --skip-showdatabases and user has only global rights * @access public * @since phpMyAdmin 2.9.10 */