forked from extern/egroupware
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