diff --git a/htdocs/telephonie/tarifs/grille.php b/htdocs/telephonie/tarifs/grille.php index ba5ad3fd691..00dfda96860 100644 --- a/htdocs/telephonie/tarifs/grille.php +++ b/htdocs/telephonie/tarifs/grille.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 @@ -160,7 +160,7 @@ if ($auth_write) print '
'; -print ''; +print ''; $sql = "SELECT u.name, u.firstname"; $sql .= " FROM ".MAIN_DB_PREFIX."telephonie_tarif_grille_rights as r"; @@ -177,7 +177,7 @@ if ($resql) while ($i < $num ) { $row = $db->fetch_row($resql); - print ''; + print ''; $i++; } }
Personnes pouvant modifier cette grille
Personnes pouvant modifier cette grille :
'.$row[1] . ' '.$row[0].'
- '.$row[1] . ' '.$row[0].'