Revision: 241
Author:
eric....@gmail.com
Date: Mon May 21 18:10:37 2012
Log: Fix a bug where if certain fields are missing from the data file
emt_view would use values from the previous minute
http://code.google.com/p/emt/source/detail?r=241
Modified:
/trunk/base/view.php
=======================================
--- /trunk/base/view.php Fri Apr 13 09:26:31 2012
+++ /trunk/base/view.php Mon May 21 18:10:37 2012
@@ -362,6 +362,7 @@
for ($i = 0; isset($this->display_fields[$i]); $i++)
{
+ $this->display_fields[$i]->value = FALSE;
foreach ($line as $lf)
{
if ($this->display_fields[$i]->instance_name ==
$lf->instance_name &&