From 894ac6fdc047955188e0c741c897a479dee71d5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Fri, 21 Feb 2014 14:27:29 +0100 Subject: [PATCH] Added missing method to mysqli class --- htdocs/core/db/mysqli.class.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/htdocs/core/db/mysqli.class.php b/htdocs/core/db/mysqli.class.php index 4cc57a880b8..fb1ab73407b 100644 --- a/htdocs/core/db/mysqli.class.php +++ b/htdocs/core/db/mysqli.class.php @@ -233,6 +233,16 @@ class DoliDBMysqli extends DoliDB return $this->db; } + /** + * Return label of manager + * + * @return string Label + */ + function getLabel() + { + return $this->label; + } + /** * Return version of database server *