MDL-5598 - Custom feed titles on RSS block did not allow spaces or other

useful characters ;)

merged from MOODLE_19_STABLE
This commit is contained in:
poltawski 2007-12-28 12:58:08 +00:00
parent c1aa6ad26c
commit 82cb9cf40a

View File

@ -47,7 +47,7 @@ $act = optional_param('act', NULL, PARAM_ALPHA);
$rssid = optional_param('rssid', NULL, PARAM_INT);
$id = optional_param('id', SITEID, PARAM_INT);
//$url = clean_param($url, PARAM_URL);
$preferredtitle = optional_param('preferredtitle', '', PARAM_ALPHA);
$preferredtitle = optional_param('preferredtitle', '', PARAM_TEXT);
$shared = optional_param('shared', 0, PARAM_INT);