]> git.mxchange.org Git - friendica.git/commitdiff
Fixed E_NOTICE in boot.php and DBA class (#5430)
authorRoland Häder <Quix0r@users.noreply.github.com>
Sun, 22 Jul 2018 16:53:46 +0000 (18:53 +0200)
committerHypolite Petovan <mrpetovan@eml.cc>
Sun, 22 Jul 2018 16:53:46 +0000 (12:53 -0400)
* Fixes:
- fixed missing variable $port (MySQL: 3306)
- "imported" mysqli class

Signed-off-by: Roland Häder <roland@mxchange.org>
* Fixed:
- better use `false` and `$port > 0`

* And better only provide `$port` when larger zero.

* Initialize `$port` with zero value (int) and not `false` (bool).

* Removed duplicate mysqli "import".

* `$post_update` is no longer used. Instead `$prefix` needs to be checked.


No differences found