"MDL-13766, fixed input name"

This commit is contained in:
Dongsheng Cai 2010-03-16 06:05:24 +00:00
parent a09aeee47b
commit 1238246b45

View file

@ -362,7 +362,7 @@ class repository_flickr_public extends repository {
$str .= '<input type="hidden" name="ctx_id" value="'.$this->context->id.'" />';
$str .= '<input type="hidden" name="seekey" value="'.sesskey().'" />';
$str .= '<label>'.get_string('fulltext', 'repository_flickr_public').': </label><br/><input name="s" value="" /><br/>';
$str .= '<label>'.get_string('tag', 'repository_flickr_public').'</label><br /><input type="text" name="tag" /><br />';
$str .= '<label>'.get_string('tag', 'repository_flickr_public').'</label><br /><input type="text" name="flickr_tag" /><br />';
return $str;
}