~davidstrauss/pressflow/variable-write-through

« back to all changes in this revision

Viewing changes to modules/system/system.install

  • Committer: David Strauss
  • Date: 2009-12-17 00:30:08 UTC
  • mfrom: (1.1.9 6-stable)
  • Revision ID: david@fourkitchens.com-20091217003008-dhhtai679ecfigz5
MergeĀ DrupalĀ 6.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
// $Id: system.install,v 1.238.2.18 2009/09/14 13:59:58 goba Exp $
 
2
// $Id: system.install,v 1.238.2.19 2009/11/06 08:39:46 goba Exp $
3
3
 
4
4
/**
5
5
 * Test and report Drupal installation requirements.
358
358
    drupal_install_schema($module);
359
359
  }
360
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
 
361
366
  // Load system theme data appropriately.
362
367
  system_theme_data();
363
368