Home
last modified time | relevance | path

Searched refs:dblink (Results 1 – 1 of 1) sorted by last modified time

/plugin/statistics/
H A Dhelper.php11 private $dblink = null; variable in helper_plugin_statistics
70 if(!$this->dblink) {
73 $this->dblink = mysqli_connect(
78 if(!$this->dblink) {
82 if(!mysqli_select_db($this->dblink, $this->getConf('db_database'))) {
88 if(!mysqli_query($this->dblink, 'set names utf8')) {
89 msg('DB Error: could not set UTF-8 (' . mysqli_error($this->dblink) . ')', -1);
93 return $this->dblink;