Modify ↓
Opened 18 years ago
Closed 18 years ago
#850 closed defect (fixed)
Typo in database declaration
Reported by: | unexist | Owned by: | Radek Bartoň |
---|---|---|---|
Priority: | highest | Component: | ScreenshotsPlugin |
Severity: | critical | Keywords: | Typo, ScreenshotsPlugin 0.4 |
Cc: | Trac Release: | 0.9 |
Description
There is a typo in the database declaration in db/db2.py on line 36. I guess the diff output is easier to understand.
--- tracscreenshots.orig/db/db2.py 2006-10-25 22:44:09.000000000 +0200 +++ tracscreenshots/db/db2.py 2006-10-25 22:43:01.000000000 +0200 @@ -33,7 +33,7 @@ description text, time integer, author text, - tags, text, + tags text, large_file text, medium_file text, small_file text
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Thank you for reporting, fixed in chageset 1450. I noticed that there were some uncommited fixes too.