diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php index 61f17356f21..497009e0fc8 100644 --- a/htdocs/admin/dict.php +++ b/htdocs/admin/dict.php @@ -17,15 +17,13 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Id$ */ /** \file htdocs/admin/dict.php \ingroup setup \brief Page d'administration des dictionnaires de données - \version $Revision$ + \version $Id$ */ require("./pre.inc.php"); @@ -594,7 +592,7 @@ if ($_GET["id"]) if ($showfield) print ''.$valuetoshow.''; } - print ''; + print ''; // Est-ce une entrée du dictionnaire qui peut etre désactivée ? $iserasable=1; // Oui par defaut if (isset($obj->code) && ($obj->code == '0' || $obj->code == '' || eregi('unknown',$obj->code))) $iserasable=0;