|
Revision 643, 469 bytes
(checked in by nate, 2 years ago)
|
- Applied patch found in ticket [352] that fixes a bug in post.php in an incorrect table join ( it now correctly joins on the uuid instead of the id).
- Applied patch found in ticket [354] ( with a minor tweak ) that fixes many spelling errors.
|
-
Property svn:keywords set to
LastChangedBy LastChangedDate LastChangedRevision
|
| Line | |
|---|
| 1 | INSERT INTO choices VALUES (1,'department','management'); |
|---|
| 2 | INSERT INTO choices VALUES (2,'department','accounting'); |
|---|
| 3 | INSERT INTO choices VALUES (3,'department',''); |
|---|
| 4 | INSERT INTO choices VALUES (4,'notestatus','cancelled'); |
|---|
| 5 | INSERT INTO choices VALUES (5,'notestatus','tentative'); |
|---|
| 6 | INSERT INTO choices VALUES (6,'notestatus','confirmed'); |
|---|
| 7 | INSERT INTO choices VALUES (7,'notestatus',''); |
|---|
| 8 | INSERT INTO `choices` (`listname`, `thevalue`) VALUES ('tabgroups','tabledefs entry'); |
|---|