From e2b314384d18a84c62cc127b3154046ff4fe8b4a Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 11 Apr 2007 11:53:11 +0000 Subject: [PATCH] Nouveau fichier --- htdocs/telephonie/sql/data/data.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 htdocs/telephonie/sql/data/data.sql diff --git a/htdocs/telephonie/sql/data/data.sql b/htdocs/telephonie/sql/data/data.sql new file mode 100644 index 00000000000..2bf5b1ce7af --- /dev/null +++ b/htdocs/telephonie/sql/data/data.sql @@ -0,0 +1,4 @@ +insert into llx_telephonie_concurrents (nom,active) values ('Inconnu',0); +insert into llx_telephonie_concurrents (nom) values ('Cegetel'); +insert into llx_telephonie_concurrents (nom) values ('France Telecom'); +insert into llx_telephonie_concurrents (nom) values ('Neuf Telecom');