From: Roland Häder Date: Sun, 22 Jul 2018 16:53:46 +0000 (+0200) Subject: Fixed E_NOTICE in boot.php and DBA class (#5430) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7d47152564c004418867ecd6f7d7e93cb216e27a;hp=7d47152564c004418867ecd6f7d7e93cb216e27a;p=friendica.git Fixed E_NOTICE in boot.php and DBA class (#5430) * Fixes: - fixed missing variable $port (MySQL: 3306) - "imported" mysqli class Signed-off-by: Roland Häder * 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. ---