From 71dc1cb242a96d939adf4834d7e2a88cfcfefb04 Mon Sep 17 00:00:00 2001 From: Prince Mbekwa Date: Mon, 2 Nov 2009 10:14:45 +0200 Subject: [PATCH] changed php recommended versions --- lib/actions/actionregistry.inc.php | 2 +- lib/actions/bulkaction.php | 2 +- lib/actions/documentaction.inc.php | 2 +- lib/actions/documentviewlet.inc.php | 2 +- lib/actions/entitylist.php | 2 +- lib/actions/folderaction.inc.php | 2 +- lib/actions/portletregistry.inc.php | 2 +- setup/wizard/steps/dependencies.php | 4 ++-- setup/wizard/templates/dependencies.tpl | 4 ++-- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lib/actions/actionregistry.inc.php b/lib/actions/actionregistry.inc.php index bf71fb8..cfa4c64 100644 --- a/lib/actions/actionregistry.inc.php +++ b/lib/actions/actionregistry.inc.php @@ -5,7 +5,7 @@ * KnowledgeTree Community Edition * Document Management Made Simple * Copyright (C) 2008, 2009 KnowledgeTree Inc. - * Portions copyright The Jam Warehouse Software (Pty) Limited + * John * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License version 3 as published by the diff --git a/lib/actions/bulkaction.php b/lib/actions/bulkaction.php index 6d6ba56..a36fdf0 100644 --- a/lib/actions/bulkaction.php +++ b/lib/actions/bulkaction.php @@ -6,7 +6,7 @@ * KnowledgeTree Community Edition * Document Management Made Simple * Copyright (C) 2008, 2009 KnowledgeTree Inc. - * Portions copyright The Jam Warehouse Software (Pty) Limited + * John * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License version 3 as published by the diff --git a/lib/actions/documentaction.inc.php b/lib/actions/documentaction.inc.php index 0742b47..2a372b0 100644 --- a/lib/actions/documentaction.inc.php +++ b/lib/actions/documentaction.inc.php @@ -5,7 +5,7 @@ * KnowledgeTree Community Edition * Document Management Made Simple * Copyright (C) 2008, 2009 KnowledgeTree Inc. - * Portions copyright The Jam Warehouse Software (Pty) Limited + * John * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License version 3 as published by the diff --git a/lib/actions/documentviewlet.inc.php b/lib/actions/documentviewlet.inc.php index c0e9f8c..0b50eb7 100644 --- a/lib/actions/documentviewlet.inc.php +++ b/lib/actions/documentviewlet.inc.php @@ -6,7 +6,7 @@ * KnowledgeTree Community Edition * Document Management Made Simple * Copyright (C) 2008, 2009 KnowledgeTree Inc. - * Portions copyright The Jam Warehouse Software (Pty) Limited + * John * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License version 3 as published by the diff --git a/lib/actions/entitylist.php b/lib/actions/entitylist.php index 011a008..979ab81 100644 --- a/lib/actions/entitylist.php +++ b/lib/actions/entitylist.php @@ -6,7 +6,7 @@ * KnowledgeTree Community Edition * Document Management Made Simple * Copyright (C) 2008, 2009 KnowledgeTree Inc. - * Portions copyright The Jam Warehouse Software (Pty) Limited + * John * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License version 3 as published by the diff --git a/lib/actions/folderaction.inc.php b/lib/actions/folderaction.inc.php index 5c92ce0..31ccd9c 100644 --- a/lib/actions/folderaction.inc.php +++ b/lib/actions/folderaction.inc.php @@ -5,7 +5,7 @@ * KnowledgeTree Community Edition * Document Management Made Simple * Copyright (C) 2008, 2009 KnowledgeTree Inc. - * Portions copyright The Jam Warehouse Software (Pty) Limited + * John * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License version 3 as published by the diff --git a/lib/actions/portletregistry.inc.php b/lib/actions/portletregistry.inc.php index 7a78225..7f2093e 100644 --- a/lib/actions/portletregistry.inc.php +++ b/lib/actions/portletregistry.inc.php @@ -5,7 +5,7 @@ * KnowledgeTree Community Edition * Document Management Made Simple * Copyright (C) 2008, 2009 KnowledgeTree Inc. - * Portions copyright The Jam Warehouse Software (Pty) Limited + * John * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License version 3 as published by the diff --git a/setup/wizard/steps/dependencies.php b/setup/wizard/steps/dependencies.php index 85c4f3d..3086f8d 100644 --- a/setup/wizard/steps/dependencies.php +++ b/setup/wizard/steps/dependencies.php @@ -42,7 +42,7 @@ class dependencies extends Step { - private $maxPHPVersion = '5.2.11'; + private $maxPHPVersion = '5.3'; private $minPHPVersion = '5.0.0'; private $done; private $versionSection = false; @@ -400,4 +400,4 @@ class dependencies extends Step $this->temp_variables['configurationSection'] = $this->configurationSection; } } -?> \ No newline at end of file +?> diff --git a/setup/wizard/templates/dependencies.tpl b/setup/wizard/templates/dependencies.tpl index f37c782..73802f0 100644 --- a/setup/wizard/templates/dependencies.tpl +++ b/setup/wizard/templates/dependencies.tpl @@ -44,7 +44,7 @@

- Your version of PHP must be between 5.0 and 5.2.11 to run optimally. Versions higher than 5.3.2 are not recommended. + Your version of PHP must be between 5.0 and 5.2 to run optimally. Versions that are 5.3 or higher are not recommended.

     {$version['version']}"; ?> @@ -175,4 +175,4 @@ -js('form.js'); } ?> \ No newline at end of file +js('form.js'); } ?> -- libgit2 0.21.4