projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49f5ec4
)
MDL-17151: Fix typo. Merged from MOODLE_19_STABLE.
author
ikawhero
<ikawhero>
Fri, 7 Nov 2008 02:01:19 +0000
(
02:01
+0000)
committer
ikawhero
<ikawhero>
Fri, 7 Nov 2008 02:01:19 +0000
(
02:01
+0000)
user/profile/lib.php
patch
|
blob
|
history
diff --git
a/user/profile/lib.php
b/user/profile/lib.php
index 35107e3507982773a0f8957f3b1572a981fc4190..e4a3e2919844e00aafe950de39f746c42f6250d2 100644
(file)
--- a/
user/profile/lib.php
+++ b/
user/profile/lib.php
@@
-267,7
+267,7
@@
class profile_field_base {
* @return boolean
*/
function is_unique() {
- return (boolean)$t
ih
s->field->forceunique;
+ return (boolean)$t
hi
s->field->forceunique;
}
/**