2010-02-24 21:44:32 +00:00

10 lines
282 B
PHP

<?php
if(mysql_result(mysql_query("SELECT count(storage_id) FROM storage WHERE device_id = '" . $device['device_id'] . "'"),0)) {
$graph_title = "Storage";
$graph_type = "device_storage";
include ("includes/print-device-graph.php");
}
?>