diff --git a/htdocs/includes/boxes/box_clients.php b/htdocs/includes/boxes/box_clients.php index 3c5417c659e..02f76de4a6b 100644 --- a/htdocs/includes/boxes/box_clients.php +++ b/htdocs/includes/boxes/box_clients.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2007 Laurent Destailleur + * Copyright (C) 2004-2010 Laurent Destailleur * Copyright (C) 2005-2009 Regis Houssin * * This program is free software; you can redistribute it and/or modify @@ -19,10 +19,10 @@ */ /** - \file htdocs/includes/boxes/box_clients.php - \ingroup societes - \brief Module de generation de l'affichage de la box clients - \version $Id$ + * \file htdocs/includes/boxes/box_clients.php + * \ingroup societes + * \brief Module de generation de l'affichage de la box clients + * \version $Id$ */ include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php"); @@ -84,7 +84,6 @@ class box_clients extends ModeleBoxes { $num = $db->num_rows($result); $i = 0; - //$customerstatic=new Client($db); while ($i < $num) { $objp = $db->fetch_object($result);