| 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. |
| 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 |
|
|