You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
241 B
12 lines
241 B
13 years ago
|
<?php
|
||
|
|
||
|
function fedora_repository_newsp_page()
|
||
|
{
|
||
|
$solution_packs = array();
|
||
|
$enabled_solution_packs = module_invoke_all('setup_defaults', $solution_packs);
|
||
|
var_dump($solution_packs);
|
||
|
var_dump($enabled_solution_packs);
|
||
|
}
|
||
|
|
||
|
?>
|