mirror of
https://github.com/friendica/friendica
synced 2025-04-25 18:30:11 +00: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