Changeset 1022 for trunk/modules/abstract.tcl
- Timestamp:
- 08/24/09 06:26:27 (3 years ago)
- File:
-
- 1 edited
-
trunk/modules/abstract.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/abstract.tcl
r944 r1022 564 564 foreach element $contents { 565 565 bMotion_putloglev 2 * "considering $element for filtering" 566 if [regexp -nocase$filter_text $element] {566 if [regexp $filter_text $element] { 567 567 bMotion_putloglev 1 * "abstract $abstract element $element matches filter, dropping" 568 568 continue
Note: See TracChangeset
for help on using the changeset viewer.
