phpBMS

root/trunk/phpbms/install/choices.sql

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 
1INSERT INTO choices VALUES (1,'department','management');
2INSERT INTO choices VALUES (2,'department','accounting');
3INSERT INTO choices VALUES (3,'department','');
4INSERT INTO choices VALUES (4,'notestatus','cancelled');
5INSERT INTO choices VALUES (5,'notestatus','tentative');
6INSERT INTO choices VALUES (6,'notestatus','confirmed');
7INSERT INTO choices VALUES (7,'notestatus','');
8INSERT INTO `choices` (`listname`, `thevalue`) VALUES ('tabgroups','tabledefs entry');
Note: See TracBrowser for help on using the browser.
Scanned by Orvant Copyright © 2010 Kreotek, LLC. All Rights reserved.