Bug #15791 ยป em_index_line_3519.diff
index.php 2006-03-09 10:26:38.739979744 +0100 | ||
---|---|---|
// Check suggests on other extensions:
|
||
$suggestion = false;
|
||
$msg = array();
|
||
if (is_array($conf['constraints']['suggests'])){
|
||
foreach($conf['constraints']['suggests'] as $suggestK => $suggestV) {
|
||
if($depsolver['ignore'][$suggestK]) {
|
||
$msg[] = '<br />Suggestion of '.$suggestK.' acknowledged.
|
||
... | ... | |
$suggestion = true;
|
||
}
|
||
}
|
||
}
|
||
if($suggestion) {
|
||
$content .= $this->doc->section('Extensions suggested by extension "'.$extKey.'"',implode('<br />',$msg),0,1,1);
|
||
}
|