Bug0047
- Description
- Timestamp column names
Check all are consistent (i.e. connections = "TimeStamp", MSN = "Timestamp" - analyst found annoying when copying and pasting filters.
Attach backtrace here.
- Logged
- 2007-09-04
- Logged By
- Assigned to
- Status
- Closed
Get back to the BugIndex
The column names are set as default keyword arguments, so if you dont specify them at all, with the name="TimeStamp" it will take the default value which should be consistant. So we just need to grep for name= in all the plugins.
