/[drupal]/contributions/modules/spaces/spaces.module
ViewVC logotype

Diff of /contributions/modules/spaces/spaces.module

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

revision 1.25.4.33.2.31, Thu Sep 10 16:28:29 2009 UTC revision 1.25.4.33.2.32, Thu Sep 10 22:25:40 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: spaces.module,v 1.25.4.33.2.30 2009/09/10 16:06:57 yhahn Exp $  // $Id: spaces.module,v 1.25.4.33.2.31 2009/09/10 16:28:29 yhahn Exp $
3    
4  define('SPACES_FEATURE_DISABLED', 0);  define('SPACES_FEATURE_DISABLED', 0);
5    
# Line 846  function spaces_presets($type = NULL, $i Line 846  function spaces_presets($type = NULL, $i
846          $presets[$preset['type']][$id] = $preset;          $presets[$preset['type']][$id] = $preset;
847        }        }
848      }      }
849        // Allow modules to alter presets.
850        drupal_alter('spaces_presets', $presets);
851    
852      $result = db_query("SELECT * FROM {spaces_presets}");      $result = db_query("SELECT * FROM {spaces_presets}");
853      while ($row = db_fetch_object($result)) {      while ($row = db_fetch_object($result)) {
854        $preset = array(        $preset = array(

Legend:
Removed from v.1.25.4.33.2.31  
changed lines
  Added in v.1.25.4.33.2.32

  ViewVC Help
Powered by ViewVC 1.1.2