mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #10037 from LiamKearn/patch-1
Fix(Docs-Format): Warning format missing entry tag.
This commit is contained in:
commit
88a4e69de6
@ -94,6 +94,7 @@ Example:
|
||||
$members = Member::get()->where(sprintf('"Name" = %s', Convert::raw2sql($_GET['name'], true)));
|
||||
|
||||
```
|
||||
[warning]
|
||||
It is NOT good practice to "be sure" and convert the data passed to the functions above manually. This might
|
||||
result in *double escaping* and alters the actually saved data (e.g. by adding slashes to your content).
|
||||
[/warning]
|
||||
|
Loading…
Reference in New Issue
Block a user