From 4e0197479f0cc104d238e105ecb69f840bd2ae3a Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 13 Feb 2004 08:46:53 +0000 Subject: [PATCH] Nettoyage du code --- htdocs/admin/boxes.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/htdocs/admin/boxes.php b/htdocs/admin/boxes.php index 7567e721910..b4708a87511 100644 --- a/htdocs/admin/boxes.php +++ b/htdocs/admin/boxes.php @@ -72,14 +72,9 @@ if ($result) $obj = $db->fetch_object( $i); print ''.$obj->name.'' . $pos[$obj->position] . ''; - - print 'Supprimer'; - array_push($boxes, $obj->box_id); - print ''; - $i++; } }