From 088801add4b05f0fa4ac703fcf6cb15231acc19e Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 22 Dec 2010 21:57:50 +0000 Subject: feature 2048 removed (and was never released): no data are sent anonymously to piwigo.org for statistics purpose git-svn-id: http://piwigo.org/svn/trunk@8238 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/include/themes.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/include/themes.class.php') diff --git a/admin/include/themes.class.php b/admin/include/themes.class.php index b00172d31..f372ef5de 100644 --- a/admin/include/themes.class.php +++ b/admin/include/themes.class.php @@ -456,7 +456,7 @@ SELECT $version = PHPWG_VERSION; $versions_to_check = array(); $url = PEM_URL . '/api/get_version_list.php'; - if (fetchRemote($url, $result, $get_data, get_hosting_technical_details()) and $pem_versions = @unserialize($result)) + if (fetchRemote($url, $result, $get_data) and $pem_versions = @unserialize($result)) { if (!preg_match('/^\d+\.\d+\.\d+/', $version)) { -- cgit v1.2.3