Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1.2.3.2.1 by morbus, Wed Apr 9 02:02:32 2008 UTC | revision 1.1.2.3.2.2 by morbus, Fri Apr 25 01:29:03 2008 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: bot_factoid.install,v 1.1.2.3 2008/01/30 13:50:51 morbus Exp $ | // $Id: bot_factoid.install,v 1.1.2.3.2.1 2008/04/09 02:02:32 morbus Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * Implementation of hook_schema(). | * Implementation of hook_schema(). |
| # | Line 30 function bot_factoid_schema() { | Line 30 function bot_factoid_schema() { |
| 30 | 'type' => 'text', | 'type' => 'text', |
| 31 | ), | ), |
| 32 | ), | ), |
| 33 | 'primary key' => array('subject'), | 'key' => array('subject'), |
| 34 | ); | ); |
| 35 | ||
| 36 | return $schema; | return $schema; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.3 |