Closed germain-italic closed 11 months ago
As a result, this was preventing htmlspecialchars and nl2br to be applied.
htmlspecialchars
nl2br
Moreover, file uploads detection to create a link to the file was working only with TEXT columns, but it should also work with CHAR and VARCHAR.
TEXT
Maybe we should even add BLOB later?
As a result, this was preventing
htmlspecialchars
andnl2br
to be applied.Moreover, file uploads detection to create a link to the file was working only with
TEXT
columns, but it should also work with CHAR and VARCHAR.Maybe we should even add BLOB later?