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

Diff of /contributions/modules/flashvideo/flashvideo.install

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

revision 1.15.2.8, Sat Apr 25 23:27:36 2009 UTC revision 1.15.2.9, Fri Jul 31 02:56:52 2009 UTC
# Line 15  function flashvideo_install() { Line 15  function flashvideo_install() {
15    
16    // Give the flashvideo module a high weight so that it can override [video] and [thumbnail] tags.    // Give the flashvideo module a high weight so that it can override [video] and [thumbnail] tags.
17    db_query("UPDATE {system} SET weight=11 WHERE type='module' AND name='flashvideo'");    db_query("UPDATE {system} SET weight=11 WHERE type='module' AND name='flashvideo'");
18    
19      if (!module_exists('upload')) {
20        // Automatically turn on FileField integration option for the user since they're not using core Upload.
21        variable_set('flashvideo_filefield', 1);
22      }
23  }  }
24    
25  /**  /**

Legend:
Removed from v.1.15.2.8  
changed lines
  Added in v.1.15.2.9

  ViewVC Help
Powered by ViewVC 1.1.2