/[drupal]/contributions/modules/copyright/copyright.install
ViewVC logotype

Diff of /contributions/modules/copyright/copyright.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4.4.8, Wed Jun 13 11:29:41 2007 UTC revision 1.4.4.9, Mon Jun 18 06:19:05 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: copyright.install,v 1.4.4.7 2007/06/04 10:21:38 robrechtj Exp $  // $Id: copyright.install,v 1.4.4.8 2007/06/13 11:29:41 robrechtj Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 324  function copyright_update_6() { Line 324  function copyright_update_6() {
324    if (!db_table_exists('copyright_user')) {    if (!db_table_exists('copyright_user')) {
325      return copyright_update_5();      return copyright_update_5();
326    }    }
327      return array();
328  }  }
329    

Legend:
Removed from v.1.4.4.8  
changed lines
  Added in v.1.4.4.9

  ViewVC Help
Powered by ViewVC 1.1.2