Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Sat Mar 28 04:09:48 2009 UTC | revision 1.1.2.1, Wed Apr 1 00:43:52 2009 UTC | |
|---|---|---|
| # | Line 10 function formattedtitle_schema() { | Line 10 function formattedtitle_schema() { |
| 10 | 'unsigned' => TRUE, | 'unsigned' => TRUE, |
| 11 | 'not null' => TRUE, | 'not null' => TRUE, |
| 12 | ), | ), |
| 13 | 'properties' => array ( | 'title' => array ( |
| 14 | 'description' => t('Numerical description of node title properties.'), | 'description' => t('Formatted version of title.'), |
| 15 | 'type' => 'int', | 'type' => 'varchar', |
| 16 | 'unsigned' => TRUE, | 'length' => 255, |
| 17 | 'not null' => TRUE, | 'not null' => TRUE, |
| 18 | 'default' => '', | |
| 19 | ), | ), |
| 20 | ), | ), |
| 21 | ); | ); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |