Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
MDL-69145 core: Set the default filterset join type to ALL
[moodle.git]
/
lib
/
table
/
classes
/
local
/
filter
/
filter.php
diff --git
a/lib/table/classes/local/filter/filter.php
b/lib/table/classes/local/filter/filter.php
index
eda6039
..
2c9b94b
100644
(file)
--- a/
lib/table/classes/local/filter/filter.php
+++ b/
lib/table/classes/local/filter/filter.php
@@
-41,7
+41,7
@@
use Iterator;
*/
class filter implements Countable, Iterator, JsonSerializable {
- /** @var in The default filter type (ANY) */
+ /** @var in
t
The default filter type (ANY) */
const JOINTYPE_DEFAULT = 1;
/** @var int None of the following match */