Skip to content

Commit cdb73d7

Browse files
committed
i'm debil
1 parent 2ee5d19 commit cdb73d7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/yexeed/thrsql/MysqlWorker.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public function run()
6262
try {
6363
$my = @new \mysqli($this->hostname, $this->username, $this->password, $this->database, $this->port);
6464
if($my->connect_errno){
65-
$icv = iconv("CP1251", "UTF-8", $my->connect_error);
6665
throw new Exception($my->connect_error, $my->connect_errno);
6766
}
6867
if(!$my->set_charset("utf8")){

0 commit comments

Comments
 (0)