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:
0142e3e
)
MDL-29325 fixed typo - camelcasing.
author
Aparup Banerjee
<aparup@moodle.com>
Wed, 14 Dec 2011 05:12:57 +0000
(13:12 +0800)
committer
Aparup Banerjee
<aparup@moodle.com>
Wed, 14 Dec 2011 05:12:57 +0000
(13:12 +0800)
enrol/imsenterprise/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/enrol/imsenterprise/lib.php
b/enrol/imsenterprise/lib.php
index
b04b7f7
..
ace7435
100644
(file)
--- a/
enrol/imsenterprise/lib.php
+++ b/
enrol/imsenterprise/lib.php
@@
-360,7
+360,7
@@
function process_group_tag($tagcontents) {
} else {
// Set shortname to description or description to shortname if one is set but not the other.
$nodescription = !isset($group->description);
- $noshortname = !isset($group->short
n
ame);
+ $noshortname = !isset($group->short
N
ame);
if ( $nodescription && $noshortname) {
// If neither short nor long description are set let if fail
$this->log_line("Neither long nor short name are set for $coursecode");