Erreur de Typo

This commit is contained in:
Rodolphe Quiedeville 2005-03-14 11:46:00 +00:00
parent 75c4fcf79a
commit 94ad0b08eb

View File

@ -42,11 +42,11 @@ class GraphCommerciauxContrats extends GraphPie {
if ($type == 'suivi') if ($type == 'suivi')
{ {
$this->titre = "Contrat suivis par commercial"; $this->titre = "Contrats suivis par commercial";
} }
else else
{ {
$this->titre = "Contrat signés par commercial"; $this->titre = "Contrats signés par commercial";
} }
$sql = "SELECT u.firstname, u.name, count(*) as cc"; $sql = "SELECT u.firstname, u.name, count(*) as cc";