mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 03:19:56 +01:00
formatting
This commit is contained in:
parent
bfeeced206
commit
31b533d00e
@ -126,8 +126,10 @@
|
||||
|
||||
function db_addslashes($str)
|
||||
{
|
||||
if (!IsSet($str) || $str == '')
|
||||
if (!isset($str) || $str == '')
|
||||
{
|
||||
return '';
|
||||
}
|
||||
|
||||
return addslashes($str);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user