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

Diff of /contributions/modules/versioncontrol_project/versioncontrol_project.install

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

revision 1.22, Thu Feb 19 22:43:01 2009 UTC revision 1.23, Fri May 29 16:21:56 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: versioncontrol_project.install,v 1.21 2009/02/14 14:19:51 jpetso Exp $  // $Id: versioncontrol_project.install,v 1.22 2009-02-19 22:43:01 jpetso Exp $
3  /**  /**
4   * @file   * @file
5   * Version Control / Project Node integration - Integrates project nodes   * Version Control / Project Node integration - Integrates project nodes
# Line 226  function versioncontrol_project_update_6 Line 226  function versioncontrol_project_update_6
226    
227    return $ret;    return $ret;
228  }  }
229    
230    /**
231     * Update 6101 (from 6.x-1.0-rc1 to rc2):
232     * String deltas for the "active developers" block.
233     */
234    function versioncontrol_project_update_6101() {
235      $ret = array();
236      $ret[] = update_sql("
237        UPDATE {blocks} SET delta = 'versioncontrol_project_site_active_projects'
238        WHERE delta = '0' AND module = 'versioncontrol_project'");
239      return $ret;
240    }

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

  ViewVC Help
Powered by ViewVC 1.1.2