/[drupal]/contributions/modules/admintools/cron.install
ViewVC logotype

Diff of /contributions/modules/admintools/cron.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch 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,

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2