[Customisation Database Commits] r269 - /trunk/titania/install.php
Nathan Guse
exreaction at phpbb.com
Tue Jun 30 02:41:36 UTC 2009
Author: exreaction
Date: Tue Jun 30 02:41:34 2009
New Revision: 269
Log:
Should be VCHAR:255, not VCHAR, 255
Modified:
trunk/titania/install.php
Modified: trunk/titania/install.php
==============================================================================
*** trunk/titania/install.php (original)
--- trunk/titania/install.php Tue Jun 30 02:41:34 2009
***************
*** 312,318 ****
'topic_access' => array('TINT:1', 0), // Access level, TITANIA_ACCESS_ constants
'topic_category' => array('UINT', 0), // Category for the topic. For the Tracker
'topic_status' => array('UINT', 0), // Topic Status, use tags from the DB
! 'topic_assigned' => array('VCHAR', 255), // Topic assigned status; u- for user, g- for group (followed by the id). For the tracker
'topic_sticky' => array('BOOL', 0),
'topic_locked' => array('BOOL', 0),
'topic_approved' => array('BOOL', 1),
--- 312,318 ----
'topic_access' => array('TINT:1', 0), // Access level, TITANIA_ACCESS_ constants
'topic_category' => array('UINT', 0), // Category for the topic. For the Tracker
'topic_status' => array('UINT', 0), // Topic Status, use tags from the DB
! 'topic_assigned' => array('VCHAR:255', ''), // Topic assigned status; u- for user, g- for group (followed by the id). For the tracker
'topic_sticky' => array('BOOL', 0),
'topic_locked' => array('BOOL', 0),
'topic_approved' => array('BOOL', 1),
More information about the customisationdb-commits
mailing list