From 3d2912bd313f94219d31eeda90f47f154abd64d0 Mon Sep 17 00:00:00 2001 From: Vincent MAZZONI Date: Tue, 27 Apr 2010 10:58:50 +0200 Subject: [PATCH] Fix typo. See release #47 --- setup.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/setup.php b/setup.php index f39b37542b..45cc9c722f 100755 --- a/setup.php +++ b/setup.php @@ -227,11 +227,12 @@ function plugin_init_fusioninventory() { // Name and Version of the plugin function plugin_version_fusioninventory() { - return array( 'name' => 'FusionInventory', - 'version' => '2.3.0',cha - 'author'=>'David DURIEUX & Vincent MAZZONI', - 'homepage'=>'https://forge.indepnet.net/projects/show/tracker', - 'minGlpiVersion' => '0.78'// For compatibility / no install in version < 0.78 + return array('name' => 'FusionInventory', + 'version' => '2.3.0', + 'author'=>'David DURIEUX + & Vincent MAZZONI', + 'homepage'=>'https://forge.indepnet.net/projects/show/tracker', + 'minGlpiVersion' => '0.78'// For compatibility / no install in version < 0.78 ); }