From 0c2213408c920a5879278e8ef0e15c9f618f5a7d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 11 Apr 2007 11:52:22 +0000 Subject: [PATCH] Suppression des datas du fichier --- htdocs/telephonie/sql/llx_telephonie_concurrents.sql | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/htdocs/telephonie/sql/llx_telephonie_concurrents.sql b/htdocs/telephonie/sql/llx_telephonie_concurrents.sql index bfe4a21ab61..aaa8c6e95df 100644 --- a/htdocs/telephonie/sql/llx_telephonie_concurrents.sql +++ b/htdocs/telephonie/sql/llx_telephonie_concurrents.sql @@ -1,5 +1,5 @@ -- ======================================================================== --- Copyright (C) 2004 Rodolphe Quiedeville +-- Copyright (C) 2004-2007 Rodolphe Quiedeville -- -- 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 @@ -26,9 +26,3 @@ create table llx_telephonie_concurrents ( active smallint DEFAULT 1 )type=innodb; - -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'); \ No newline at end of file