From 1281b51cf714d7c1e3ee8bbc37eaaefe0012de5f Mon Sep 17 00:00:00 2001
From: "Committo,Ergo:sum" <esj@rezo.net>
Date: Fri, 20 May 2005 13:47:39 +0000
Subject: [PATCH] ne pas re-initialiser la table des serveurs

---
 inc-compilo-api.php3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc-compilo-api.php3 b/inc-compilo-api.php3
index 8ce207df10..ac1d929fea 100644
--- a/inc-compilo-api.php3
+++ b/inc-compilo-api.php3
@@ -122,7 +122,7 @@ global $tables_des_serveurs_sql, $tables_principales; // (voir inc_serialbase)
 global $exceptions_des_tables, $table_des_tables;
 global $tables_relations,  $table_primary, $table_date;
 
-$tables_des_serveurs_sql = array('localhost' => &$tables_principales);
+$tables_des_serveurs_sql['localhost'] =  &$tables_principales;
 	
 
  // champ principal des tables SQL
-- 
GitLab