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)

Change History (1)

comment:1 Changed 18 years ago by Radek Bartoň

Resolution: fixed
Status: newclosed

Thank you for reporting, fixed in chageset 1450. I noticed that there were some uncommited fixes too.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Radek Bartoň.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.