minor changes

This commit is contained in:
tomas 2005-02-09 22:42:22 +00:00
parent 80875c8e6b
commit 1291e232d6
2 changed files with 5 additions and 6 deletions

View file

@ -23,7 +23,7 @@
Author : $Author: tomas $
Version : $Revision: 1.4 $
Version : $Revision: 1.5 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/DataEngine.php,v $
------------------------------------------------------------------------------*/
@ -272,7 +272,6 @@ class DataEngine{
$brFldNs=NULL, $brFld=NULL)
{
$filetype = $this->filetypes[strtolower($criteria['filetype'])];
# if(is_null($filetype)) $filetype =
$operator = strtolower($criteria['operator']);
$whereArr = $this->_makeWhereArr($criteria['conditions']);
$browse = !is_null($brFld);