2
0
forked from Wavyzz/dolibarr

Database: factorized getLabel()

This commit is contained in:
Raphaël Doursenaud
2014-03-15 06:45:17 +01:00
parent 3f6b175879
commit e4e78bdd3e
6 changed files with 10 additions and 49 deletions

View File

@@ -201,16 +201,6 @@ class DoliDBMysql extends DoliDB
return $this->db;
}
/**
* Return label of manager
*
* @return string Label
*/
function getLabel()
{
return $this->label;
}
/**
* Return version of database server
*