Charts are now also converted and added into the UserDB during install or convert

This commit is contained in:
Andre Lorbach 2008-10-02 14:45:01 +02:00
parent 84cac3e7e3
commit b70025683f
2 changed files with 2 additions and 0 deletions

View File

@ -260,6 +260,7 @@ else if ( $content['CONVERT_STEP'] == 6 )
ConvertCustomSearches();
ConvertCustomViews();
ConvertCustomSources();
ConvertCustomCharts();
// Import General Settings in the last step!
ConvertGeneralSettings();

View File

@ -759,6 +759,7 @@ else if ( $content['INSTALL_STEP'] == 8 )
ConvertCustomSearches();
ConvertCustomViews();
ConvertCustomSources();
ConvertCustomCharts();
// Import General Settings in the last step!
ConvertGeneralSettings();