Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d85247
)
MDL-8277 userid field now PARAM_CLEAN
author
skodak
<skodak>
Fri, 26 Jan 2007 20:20:27 +0000
(20:20 +0000)
committer
skodak
<skodak>
Fri, 26 Jan 2007 20:20:27 +0000
(20:20 +0000)
user/editlib.php
patch
|
blob
|
blame
|
history
diff --git
a/user/editlib.php
b/user/editlib.php
index
3fde122
..
6b18319
100644
(file)
--- a/
user/editlib.php
+++ b/
user/editlib.php
@@
-234,7
+234,7
@@
function useredit_shared_definition(&$mform) {
$mform->setType('msn', PARAM_CLEAN);
$mform->addElement('text', 'idnumber', get_string('idnumber'), 'maxlength="64" size="25"');
- $mform->setType('idnumber', PARAM_
RAW
);
+ $mform->setType('idnumber', PARAM_
CLEAN
);
$mform->addElement('text', 'institution', get_string('institution'), 'maxlength="40" size="25"');
$mform->setType('institution', PARAM_MULTILANG);