MDL-17647 accesslib - cleaning some candoanything in comments. Merged from 19_STABLE

This commit is contained in:
stronk7 2008-12-17 00:33:32 +00:00
parent 93cc3ea45e
commit 294c03a996

View file

@ -757,7 +757,7 @@ function has_capability_in_accessdata($capability, $context, $accessdata, $doany
if ($can < 1) { if ($can < 1) {
if ($doanything) { if ($doanything) {
// didn't find it as an explicit cap, // didn't find it as an explicit cap,
// but maybe the user candoanything in this context... // but maybe the user can doanything in this context...
return has_capability_in_accessdata('moodle/site:doanything', $context, $accessdata, false); return has_capability_in_accessdata('moodle/site:doanything', $context, $accessdata, false);
} else { } else {
return false; return false;
@ -850,7 +850,7 @@ function has_capability_in_accessdata($capability, $context, $accessdata, $doany
if ($can < 1) { if ($can < 1) {
if ($doanything) { if ($doanything) {
// didn't find it as an explicit cap, // didn't find it as an explicit cap,
// but maybe the user candoanything in this context... // but maybe the user can doanything in this context...
return has_capability_in_accessdata('moodle/site:doanything', $context, $accessdata, false); return has_capability_in_accessdata('moodle/site:doanything', $context, $accessdata, false);
} else { } else {
return false; return false;