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

Diff of /contributions/modules/fast_gallery/fast_gallery.install

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

revision 1.31, Thu Nov 5 04:53:17 2009 UTC revision 1.32, Mon Nov 9 20:11:08 2009 UTC
# Line 3  Line 3 
3    
4  function fast_gallery_uninstall() {  function fast_gallery_uninstall() {
5    variable_del('fg_storage_engine');    variable_del('fg_storage_engine');
6      variable_del('fg_galleries');
7  }  }
8    
9  function fast_gallery_schema() {  function fast_gallery_schema() {
# Line 28  function fast_gallery_schema() { Line 29  function fast_gallery_schema() {
29        'fid' => array('file' => 'fid'),        'fid' => array('file' => 'fid'),
30        'foid' => array('fast_gallery_hierarchy' => 'foid'),        'foid' => array('fast_gallery_hierarchy' => 'foid'),
31      ),      ),
32        'primary key' => array('fid', 'foid'),
33    );    );
34    
35    $schema['fast_gallery_hierarchy'] = array(    $schema['fast_gallery_hierarchy'] = array(

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

  ViewVC Help
Powered by ViewVC 1.1.2