Skip to content
Snippets Groups Projects
Commit 255247c8 authored by Carsten  Rose's avatar Carsten Rose
Browse files

Add comment

parent df85bb45
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,7 @@ class BodytextParser {
} else {
// continue row: concat
// continue row: concat - the space is necessary to join SQL statements correctly: 'SELECT ... FROM ... WHERE ... AND\np.id=...' - here a 'AND' and 'p.id' need a space.
$full .= ' ' . $row;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment