Index: trunk/kernel/include/parseditem.php =================================================================== diff -u -r3282 -r3344 --- trunk/kernel/include/parseditem.php (.../parseditem.php) (revision 3282) +++ trunk/kernel/include/parseditem.php (.../parseditem.php) (revision 3344) @@ -2087,7 +2087,8 @@ { global $objSession; - $p = $this->BasePermission.".VIEW"; + $where = ''; + $p = $this->BasePermission.'.VIEW'; $t = $this->SourceTable; if( getArrayValue($attribs,'_today') ) {