--- inc/rack_item.class.php     (revision 392)
+++ inc/rack_item.class.php     (working copy)
@@ -689,7 +689,7 @@
                } else if ($data["itemtype"]=='NetworkEquipmentModel') {
                   $networking_tot += 1 ;
                   $networking_size_tot += $device_spec["size"] ;
-               } else if ($data["itemtype"]=='PluginRacksOtherModel') {
+               } else {
                   $others_tot += 1 ;
                   $others_size_tot += $device_spec["size"] ;
                }
@@ -704,7 +704,7 @@
                         echo "<tr class='plugin_racks_device_peripherals_color'>";
                      } else if ($data["itemtype"]=='NetworkEquipmentModel') {
                         echo "<tr class='plugin_racks_device_networking_color'>";
-                     } else if ($data["itemtype"]=='PluginRacksOtherModel') {
+                     } else  {
                         echo "<tr class='plugin_racks_device_others_color'>";
                      }
@@ -812,10 +812,15 @@
                         echo "<tr class='plugin_racks_device_peripherals_color'>";
                      } else if ($data["itemtype"]=='NetworkEquipmentModel') {
                         echo "<tr class='plugin_racks_device_networking_color'>";
-                     } else if ($data["itemtype"]=='PluginRacksOtherModel') {
+                     } else {
                         echo "<tr class='plugin_racks_device_others_color'>";
                      }
