Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11823, comment 9


Ignore:
Timestamp:
Dec 8, 2014, 7:09:06 AM (9 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11823, comment 9

    initial v1  
    1111-                    # Check for 0.10 events
    1212-                    author = (event[2 if len(event) < 6 else 4] or '').lower()
    13 +                    author = (event[4] or '').lower()
     13+                    author = (event[2] or '').lower()
    1414                     if (not include or author in include) \
    1515                        and not author in exclude: