From b70025683f59fef387dcd169eafeca606178293d Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Thu, 2 Oct 2008 14:45:01 +0200 Subject: [PATCH] Charts are now also converted and added into the UserDB during install or convert --- src/convert.php | 1 + src/install.php | 1 + 2 files changed, 2 insertions(+) diff --git a/src/convert.php b/src/convert.php index c24a2d4..4f77e15 100644 --- a/src/convert.php +++ b/src/convert.php @@ -260,6 +260,7 @@ else if ( $content['CONVERT_STEP'] == 6 ) ConvertCustomSearches(); ConvertCustomViews(); ConvertCustomSources(); + ConvertCustomCharts(); // Import General Settings in the last step! ConvertGeneralSettings(); diff --git a/src/install.php b/src/install.php index 794ff39..7d14f20 100644 --- a/src/install.php +++ b/src/install.php @@ -759,6 +759,7 @@ else if ( $content['INSTALL_STEP'] == 8 ) ConvertCustomSearches(); ConvertCustomViews(); ConvertCustomSources(); + ConvertCustomCharts(); // Import General Settings in the last step! ConvertGeneralSettings();