Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.2.2.1, Mon Dec 22 09:40:51 2008 UTC | revision 1.2.2.2, Thu Jan 8 10:57:35 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: comment_subscribe.install,v 1.2 2008/03/06 08:08:20 zyxware Exp $ | // $Id: comment_subscribe.install,v 1.2.2.1 2008/12/22 09:40:51 zyxware Exp $ |
| 3 | ||
| 4 | ||
| 5 | /** | /** |
| # | Line 41 function comment_subscribe_schema() { | Line 41 function comment_subscribe_schema() { |
| 41 | 'parents' => array( | 'parents' => array( |
| 42 | 'type' => 'varchar', | 'type' => 'varchar', |
| 43 | 'length' => 255, | 'length' => 255, |
| 44 | 'description' => t('Comma-separated list of recipient e-mail addresses.'), | 'description' => t('Comma-separated list of cid\' s '), |
| 45 | ), | ), |
| 46 | 'subscribe' => array( | 'subscribe' => array( |
| 47 | 'type' => 'int', | 'type' => 'int', |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |