Merge branch 'MDL-40466-master' of git://github.com/FMCorz/moodle

This commit is contained in:
Sam Hemelryk 2013-07-10 10:19:13 +12:00
commit a4fd82ac75

View File

@ -7396,7 +7396,6 @@ function fetch_context_capabilities(context $context) {
* for the purpose of $select, you need to know that the context table has been
* aliased to ctx, so for example, you can call get_sorted_contexts('ctx.depth = 3');
*
* @deprecated since 2.2
* @param string $select the contents of the WHERE clause. Remember to do ctx.fieldname.
* @param array $params any parameters required by $select.
* @return array the requested context records.