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";