friendica/include
Hypolite Petovan 458981f75c Replace x() by isset(), !empty() or defaults()
- Remove extraneous parentheses around empty() calls
- Remove duplicate calls to intval(), count() or strlen() after empty()
- Replace ternary operators outputting binary value with empty() return value
- Rewrite defaults() without x()
2018-11-30 09:06:22 -05:00
..
api.php Replace x() by isset(), !empty() or defaults() 2018-11-30 09:06:22 -05:00
conversation.php Replace x() by isset(), !empty() or defaults() 2018-11-30 09:06:22 -05:00
dba.php "dba" is now "DBA". This hadn't been respected at some places (#5655) 2018-08-23 09:51:58 -04:00
enotify.php normalise_link calls 2018-11-08 11:28:29 -05:00
items.php Merge pull request #6206 from annando/parent 2018-11-26 11:43:16 +01:00
text.php Rename removeTags to escapeTags 2018-11-09 13:29:42 -05:00