Changeset 2156:5cdb254a24d2 for inc/core/class.dc.repository.php
- Timestamp:
- 09/29/13 23:10:54 (12 years ago)
- Branch:
- dcRepo
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.repository.php
r2149 r2156 79 79 80 80 # Check contents 81 if (!($nb = preg_match_all('/('.implode('|', $patterns).')/', implode(' ', $subjects) ))) {81 if (!($nb = preg_match_all('/('.implode('|', $patterns).')/', implode(' ', $subjects), $_))) { 82 82 continue; 83 83 }
Note: See TracChangeset
for help on using the changeset viewer.