mnet MDL-17082 fixing typo in previous bugfix

Merged from MOODLE_19_STABLE
This commit is contained in:
Penny Leach 2010-02-01 01:43:24 +00:00
parent c83afdc36e
commit 9828db68fe

View File

@ -24,7 +24,7 @@
$hostid = optional_param('hostid', NULL, PARAM_INT);
$publishes = optional_param('publish', null, PARAM_BOOL); // optional_param cleans arrays too
$subscribes = optional_param('subscribe', null, PARAM_BOOL); // optional_param cleans arrays too
$exists = optional_param('subscribe', null, PARAM_BOOL); // optional_param cleans arrays too
$exists = optional_param('exists', null, PARAM_BOOL); // optional_param cleans arrays too
$nocertstring = '';
$nocertmatch = '';