From 4cbaeb8d1dd4dde47a952bb07e93704c695d02e8 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Mon, 26 Jan 2004 22:03:26 +0000 Subject: [PATCH] Switch to long version compare function; The check now works again. --- home.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.php b/home.php index f5b6536046..fb55d57d03 100755 --- a/home.php +++ b/home.php @@ -132,10 +132,10 @@ $line_found = explode(':',chop($lines[$i])); } } - if($GLOBALS['phpgw']->common->cmp_version($GLOBALS['phpgw_info']['server']['versions']['phpgwapi'],$line_found[1])) + if($GLOBALS['phpgw']->common->cmp_version_long($GLOBALS['phpgw_info']['server']['versions']['phpgwapi'],$line_found[1])) { echo '

There is a new version of eGroupWare available. http://www.egroupware.org'; + . 'http://www.egroupware.org">http://www.egroupware.org

'; } $_found = False;