From 81152345a92c294abf0c200109d819137fd348d2 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Sun, 6 May 2012 22:43:27 +0000 Subject: [PATCH] remove useless assignment, duh git-svn-id: http://www.observium.org/svn/observer/trunk@3143 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/static-config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/static-config.php b/includes/static-config.php index 31acaee272..b936e76549 100644 --- a/includes/static-config.php +++ b/includes/static-config.php @@ -1131,8 +1131,6 @@ if (file_exists($config['install_dir'] . '/.svn/entries')) if (!empty($svn_rev)) { $config['version'] = "0." . ($svn_year-2000) . "." . ($svn_month+0) . "." . $svn_rev; -} else { - $config['version'] = $config['version']; } if (isset($config['rrdgraph_def_text']))