add copy to the device description when making a copy of a device

This commit is contained in:
Mark Crane
2014-04-24 07:16:20 +00:00
parent fbb659ecdc
commit fa2dc02528

View File

@@ -117,6 +117,9 @@ else {
//prepare the devices array
unset($devices[0]["device_uuid"]);
//add copy to the device description
$devices[0]["device_description"] = $text['button-copy']." ".$devices[0]["device_description"];
//prepare the device_lines array
$x = 0;
foreach ($device_lines as $row) {