Update of /cvsroot/tslogparser/tslogparser/admin/modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28242/admin/modules
Modified Files:
opts.mod.php
Log Message:
fix for OPTS 1.5.1
Index: opts.mod.php
===================================================================
RCS file: /cvsroot/tslogparser/tslogparser/admin/modules/opts.mod.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- opts.mod.php 26 Jan 2005 17:48:52 -0000 1.6
+++ opts.mod.php 6 Feb 2006 15:28:25 -0000 1.7
@@ -247,6 +247,8 @@
{
$opts_tree[$file][$file2]["assertions"]=$xmlparser->parse_assertions($path."/conformance/".$file."/".$file2."/assertions.xml");
}
+ if (!$opts_tree[$file][$file2]["assertions"])
+ unset($opts_tree[$file][$file2]);
}
}
}
|