Issue #573 fixed.

This commit is contained in:
tomas 2005-01-27 23:38:37 +00:00
parent bc49af1e38
commit 75aa4cb59f
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@
Author : $Author: tomas $
Version : $Revision: 1.2 $
Version : $Revision: 1.3 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/DataEngine.php,v $
------------------------------------------------------------------------------*/
@ -252,6 +252,7 @@ class DataEngine{
function _makeOrSql($fldsPart, $whereArr, $ftypeCond, $browse,
$brFldNs=NULL, $brFld=NULL)
{
$whereArr[] = " FALSE\n";
foreach($whereArr as $i=>$v){
$whereArr[$i] = sprintf($v, "md", "md", "md", "md");
}