move functions for interpolation table in own file

This commit is contained in:
Sarah Hoffmann
2020-01-05 16:32:12 +01:00
parent 28fa7be75a
commit c537ea18a4
3 changed files with 268 additions and 262 deletions

View File

@@ -653,6 +653,7 @@ class SetupFunctions
$sTemplate .= file_get_contents($sBasePath.'normalization.sql');
$sTemplate .= file_get_contents($sBasePath.'importance.sql');
$sTemplate .= file_get_contents($sBasePath.'address_lookup.sql');
$sTemplate .= file_get_contents($sBasePath.'interpolation.sql');
$sTemplate = str_replace('{modulepath}', $this->sModulePath, $sTemplate);
if ($this->bEnableDiffUpdates) {
$sTemplate = str_replace('RETURN NEW; -- %DIFFUPDATES%', '--', $sTemplate);