Searched refs:tablepre (Results 1 – 3 of 3) sorted by relevance
/plugin/authucenter/lib/uc_client/lib/ |
H A D | db.class.php | 21 var $tablepre; variable in ucclient_db 26 …function connect($dbhost, $dbuser, $dbpw, $dbname = '', $dbcharset = '', $pconnect = 0, $tablepre=… argument 33 $this->tablepre = $tablepre; 86 $this->query("DELETE FROM {$this->tablepre}sqlcaches WHERE expiry<$this->time"); 158 …user, $this->dbpw, $this->dbname, $this->dbcharset, $this->pconnect, $this->tablepre, $this->time);
|
H A D | dbi.class.php | 21 var $tablepre; variable in ucclient_db 26 …function connect($dbhost, $dbuser, $dbpw, $dbname = '', $dbcharset = '', $pconnect = 0, $tablepre=… argument 33 $this->tablepre = $tablepre; 75 $this->query("DELETE FROM {$this->tablepre}sqlcaches WHERE expiry<$this->time"); 151 …user, $this->dbpw, $this->dbname, $this->dbcharset, $this->pconnect, $this->tablepre, $this->time);
|
/plugin/authucenter/lib/api/ |
H A D | uc.php | 71 var $tablepre = ''; variable in uc_note
|