mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 00:54:27 +02:00
-Wall cleanup
This commit is contained in:
parent
768acb0a3f
commit
fab63ca751
8 changed files with 32 additions and 20 deletions
|
@ -36,8 +36,8 @@ class dba {
|
|||
|
||||
$mesg = '';
|
||||
|
||||
if($this->db->mysqli->errno)
|
||||
$debug_text .= $this->db->mysqli->error . EOL;
|
||||
if($this->db->errno)
|
||||
$debug_text .= $this->db->error . EOL;
|
||||
|
||||
if($result === false)
|
||||
$mesg = 'false';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue