From c4d35b8a1cf4989c77f242a3b04b2ffb57aff793 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 11 Jul 2007 17:51:55 +0000 Subject: [PATCH] Bugfix URL --- htdocs/telephonie/tarifs/config/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/telephonie/tarifs/config/index.php b/htdocs/telephonie/tarifs/config/index.php index 61258f75ca8..87e4ec8dd94 100644 --- a/htdocs/telephonie/tarifs/config/index.php +++ b/htdocs/telephonie/tarifs/config/index.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2005-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 @@ -24,7 +24,7 @@ require("./pre.inc.php"); llxHeader(); /* - * Sécurité accés client + * Securite acces client */ if ($user->societe_id > 0) { @@ -148,7 +148,7 @@ if ($resql) print ""; - print ''; + print ''; print $obj->tarif_desc."\n"; print ''; print $obj->tarif."\n";