Skip to content

Commit

Permalink
fixed php docs, PARAM_CLEANHTML does not strip backslashes anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Sep 2, 2010
1 parent cc1eebb commit 7e4341f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/moodlelib.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
define('PARAM_CAPABILITY', 'capability');

/**
* PARAM_CLEANHTML - cleans submitted HTML code and removes slashes. It stays as HTML.
* PARAM_CLEANHTML - cleans submitted HTML code. use only for text in HTML format. It stays as HTML.
*/
define('PARAM_CLEANHTML', 'cleanhtml');

Expand Down

0 comments on commit 7e4341f

Please sign in to comment.