From d0a55c9fe04a814268996e865d4343da4d7cff43 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 5 Mar 2022 10:35:13 +0100 Subject: [PATCH] Documentation --- include/lib/database_core.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/lib/database_core.class.php b/include/lib/database_core.class.php index 3a7e6be55..b3c0a6994 100644 --- a/include/lib/database_core.class.php +++ b/include/lib/database_core.class.php @@ -582,9 +582,9 @@ class DatabaseCore return true; } - /* - *!\brief test if a schema exists - * \return true if the schemas exists otherwise false + /*** + * @brief test if a schema exists + * @return true if the schemas exists otherwise false */ function exist_schema($p_name)