Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.2.2.8, Thu Jul 2 13:04:33 2009 UTC | revision 1.2.2.9, Thu Jul 2 13:41:47 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: twitter.install,v 1.2.2.7 2009/06/20 16:29:14 eaton Exp $ | // $Id: twitter.install,v 1.2.2.8 2009/07/02 13:04:33 eaton Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * Implementation of hook_schema). | * Implementation of hook_schema). |
| # | Line 407 function twitter_update_6007() { | Line 407 function twitter_update_6007() { |
| 407 | 'type' => 'int', | 'type' => 'int', |
| 408 | 'not null' => TRUE, | 'not null' => TRUE, |
| 409 | 'default' => 0, | 'default' => 0, |
| 410 | ), | ) |
| 411 | ); | ); |
| 412 | return $ret; | return $ret; |
| 413 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |