/[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.11, Sat Aug 9 07:27:48 2008 UTC revision 1.4.4.12, Sat Aug 9 08:09:15 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: copyright.install,v 1.4.4.10 2007/10/05 15:47:40 robrechtj Exp $  // $Id: copyright.install,v 1.4.4.11 2008/08/09 07:27:48 robrechtj Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 338  function copyright_update_7() { Line 338  function copyright_update_7() {
338    return array();    return array();
339  }  }
340    
341    /**
342     * Update (5.x-1.7)
343     */
344    function copyright_update_8() {
345      menu_rebuild();
346      return array();
347    }
348    

Legend:
Removed from v.1.4.4.11  
changed lines
  Added in v.1.4.4.12

  ViewVC Help
Powered by ViewVC 1.1.2