Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
RedDragonWebDesign committed Jan 30, 2024
1 parent 9776aef commit 0597a54
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/classes/btmysql.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public function __construct($host, $username, $passwd, $dbname = "", $port = nul

parent::__construct($host, $username, $passwd, $dbname, $port, $socket);


if ($this->connect_errno) {
$this->isConnected = false;
} else {
Expand Down Expand Up @@ -134,7 +133,6 @@ public function bindParams($objMySQLiStmt, $arrValues) {
return $returnVal;
}


public function optimizeTables() {
$tables = [];
$result = $this->query("SHOW TABLE STATUS WHERE Data_free > 0");
Expand All @@ -149,5 +147,4 @@ public function optimizeTables() {
}
}


}

0 comments on commit 0597a54

Please sign in to comment.