[emt] r241 committed - Fix a bug where if certain fields are missing from the data file emt_v...

2 views
Skip to first unread message

e...@googlecode.com

unread,
May 21, 2012, 9:10:52 PM5/21/12
to emt...@googlegroups.com
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 &&
Reply all
Reply to author
Forward
0 new messages