http://code.google.com/p/emt/source/detail?r=239
Modified:
/trunk/base/view.php
=======================================
--- /trunk/base/view.php Thu Jan 12 15:31:08 2012
+++ /trunk/base/view.php Thu Apr 12 12:56:04 2012
@@ -404,7 +404,7 @@
if (strstr($str, "."))
{
- list ($field, $sub_field) = preg_split('/\./', $str);
+ list ($field, $sub_field) = preg_split('/\./', $str, 2);
if (in_array($field, $this->fields) === FALSE)