/[drupal]/drupal/modules/system/system.install
ViewVC logotype

Diff of /drupal/modules/system/system.install

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

revision 1.238.2.18, Mon Sep 14 13:59:58 2009 UTC revision 1.238.2.19, Fri Nov 6 08:39:46 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: system.install,v 1.238.2.17 2009/09/14 12:22:23 goba Exp $  // $Id: system.install,v 1.238.2.18 2009/09/14 13:59:58 goba Exp $
3    
4  /**  /**
5   * Test and report Drupal installation requirements.   * Test and report Drupal installation requirements.
# Line 358  function system_install() { Line 358  function system_install() {
358      drupal_install_schema($module);      drupal_install_schema($module);
359    }    }
360    
361      // Clear out module list and hook implementation statics before calling
362      // system_theme_data().
363      module_list(TRUE, FALSE);
364      module_implements('', FALSE, TRUE);
365    
366    // Load system theme data appropriately.    // Load system theme data appropriately.
367    system_theme_data();    system_theme_data();
368    

Legend:
Removed from v.1.238.2.18  
changed lines
  Added in v.1.238.2.19

  ViewVC Help
Powered by ViewVC 1.1.2