From ed380770797c4889c87c79a95b622929012037b4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 27 Apr 2010 08:23:50 +0000 Subject: [PATCH] Remove deprected comment --- htdocs/includes/boxes/box_clients.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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);