From a62306dc4232e114455e32688d47be8f02d576f7 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 28 Apr 2009 06:08:19 +0000 Subject: [PATCH] Add: migration mysql file 2.6.0 to 2.7.0 --- htdocs/install/check.php | 4 +++- htdocs/install/upgrade.php | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/htdocs/install/check.php b/htdocs/install/check.php index 73396c9e6aa..e4fa37252b7 100644 --- a/htdocs/install/check.php +++ b/htdocs/install/check.php @@ -2,6 +2,7 @@ /* Copyright (C) 2004-2005 Rodolphe Quiedeville * Copyright (C) 2004-2009 Laurent Destailleur * Copyright (C) 2005 Marc Barilley / Océbo + * Copyright (C) 2005-2009 Regis Houssin * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -269,7 +270,8 @@ else array('from'=>'2.1.0', 'to'=>'2.2.0'), array('from'=>'2.2.0', 'to'=>'2.4.0'), array('from'=>'2.4.0', 'to'=>'2.5.0'), - array('from'=>'2.5.0', 'to'=>'2.6.0') + array('from'=>'2.5.0', 'to'=>'2.6.0'), + array('from'=>'2.6.0', 'to'=>'2.7.0') ); # Upgrade lines foreach ($migrationscript as $migarray) diff --git a/htdocs/install/upgrade.php b/htdocs/install/upgrade.php index 9d9262bee86..4399b24cbaf 100644 --- a/htdocs/install/upgrade.php +++ b/htdocs/install/upgrade.php @@ -1,6 +1,7 @@ * Copyright (C) 2004-2008 Laurent Destailleur + * Copyright (C) 2005-2009 Regis Houssin * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -34,7 +35,7 @@ $etape = 2; $ok = 0; -// Cette page peut etre longue. On augmente le d�lai autorise. +// Cette page peut etre longue. On augmente le delai autorise. // Ne fonctionne que si on est pas en safe_mode. $err=error_reporting(); error_reporting(0);