Hint for removed stuff

This commit is contained in:
Florian Aders (EleRas)
2010-10-16 23:59:36 +00:00
parent c4723fc3f2
commit ba35677cf6

View File

@@ -343,4 +343,12 @@ function parseAndOutputPreconfig(&$has_preconfig, &$return, $current_version)
$question.= makeyesno('update_allow_domain_login', '1', '0', '0');
eval("\$return.=\"" . getTemplate("update/preconfigitem") . "\";");
}
if(versionInUpdate($current_version, '0.9.14-svn7'))
{
$has_preconfig = true;
$description = 'This update removes the unsupported real-time option. Additionally the deprecated tables for navigation and cronscripts are removed, any modules using these tables need to be updated to the new structure!';
$question = '';
eval("\$return.=\"" . getTemplate("update/preconfigitem") . "\";");
}
}