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

Diff of /contributions/modules/path_image/path_image.install

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

revision 1.4, Wed Jan 28 14:47:48 2009 UTC revision 1.5, Sun Feb 1 01:18:00 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: path_image.install,v 1.3 2007/01/08 22:57:19 karpuz Exp $  // $Id: path_image.install,v 1.4 2009/01/28 14:47:48 sun Exp $
3    
4  /**  /**
5   * @file   * @file
6     * Module installation and update functionality for Path image.
7   */   */
8    
9    /**
10     * Implementation of hook_schema().
11     */
12  function path_image_schema() {  function path_image_schema() {
13    $schema['path_image_data'] = array(    $schema['path_image_data'] = array(
14      'fields' => array(      'fields' => array(

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.2