mirror of
https://github.com/friendica/friendica
synced 2025-04-27 08:30:10 +00:00
Beatification:
- added space after curly braces (MrPetovan) - added TODO for possible rewrite candidate Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
87dbe03521
commit
99440f3c56
2 changed files with 8 additions and 0 deletions
|
@ -181,6 +181,7 @@ class DFRN
|
|||
for ($x = 0; $x < count($groups); $x ++) {
|
||||
$groups[$x] = '<' . intval($groups[$x]) . '>' ;
|
||||
}
|
||||
|
||||
$gs = implode('|', $groups);
|
||||
} else {
|
||||
$gs = '<<>>' ; // Impossible to match
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue