repo.or.cz
/
moodle-linuxchix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MDL-15942 - separate data escaped for database entry from unescaped data
[moodle-linuxchix.git]
/
auth
/
manual
/
config.html
blob
9caa5917d2d7a4788fd8b2449f31f9d33eb9f158
1
<table
cellspacing
=
"0"
cellpadding
=
"5"
border
=
"0"
>
2
<?php
3
print_auth_lock_options
(
'manual'
,
$user_fields
,
get_string
(
'auth_fieldlocks_help'
,
'auth'
),
false
,
false
);
4
?>
5
</table>