Skip to content

Commit

Permalink
fixed typo PARAM_CLEAR; backported from HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Mar 15, 2006
1 parent 0e2445d commit ff84313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/glossary/showentry.php
Expand Up @@ -2,7 +2,7 @@
require_once("../../config.php");
require_once("lib.php");

$concept = optional_param('concept', '', PARAM_CLEAR);
$concept = optional_param('concept', '', PARAM_CLEAN);
$courseid = optional_param('courseid', 0, PARAM_INT);
$eid = optional_param('eid', 0, PARAM_INT); // glossary entry id
$displayformat = optional_param('displayformat',-1, PARAM_INT);
Expand Down

0 comments on commit ff84313

Please sign in to comment.