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)