Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.2, Sun Apr 26 11:37:07 2009 UTC | revision 1.3, Sun Apr 26 11:48:02 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: cron.install,v 1.1 2008/07/14 17:20:29 denraf Exp $ | // $Id: cron.install,v 1.2 2009/04/26 11:37:07 denraf Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * @file | * @file |
| # | Line 30 function cron_schema() { | Line 30 function cron_schema() { |
| 30 | 'not null' => FALSE, | 'not null' => FALSE, |
| 31 | 'default' => '' | 'default' => '' |
| 32 | ), | ), |
| 33 | 'cron_key' => array( | |
| 34 | 'description' => 'Drupal7 cron key', | |
| 35 | 'type' => 'varchar', | |
| 36 | 'length' => '32', | |
| 37 | 'not null' => FALSE, | |
| 38 | 'default' => '', | |
| 39 | ), | |
| 40 | 'checks' => array( | 'checks' => array( |
| 41 | 'type' => 'int', | 'type' => 'int', |
| 42 | 'not null' => FALSE, | 'not null' => FALSE, |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |