From 1291e232d663d743f68fb9c2fb6cfcae1c67d9b2 Mon Sep 17 00:00:00 2001 From: tomas Date: Wed, 9 Feb 2005 22:42:22 +0000 Subject: [PATCH] minor changes --- livesupport/modules/storageServer/var/DataEngine.php | 3 +-- livesupport/modules/storageServer/var/XmlParser.php | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/livesupport/modules/storageServer/var/DataEngine.php b/livesupport/modules/storageServer/var/DataEngine.php index 1b2f7acdc..e169335d1 100644 --- a/livesupport/modules/storageServer/var/DataEngine.php +++ b/livesupport/modules/storageServer/var/DataEngine.php @@ -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); diff --git a/livesupport/modules/storageServer/var/XmlParser.php b/livesupport/modules/storageServer/var/XmlParser.php index fa0a38c81..5850e1eb7 100644 --- a/livesupport/modules/storageServer/var/XmlParser.php +++ b/livesupport/modules/storageServer/var/XmlParser.php @@ -193,11 +193,11 @@ class XmlParser { function defaultHandler($parser, $data) { $cnt = count($this->stack); -# if(substr($data, 0, 1) == "&" && substr($data, -1, 1) == ";"){ -# $this->stack[$cnt-1]->content .= trim($data); -# }else{ + //if(substr($data, 0, 1) == "&" && substr($data, -1, 1) == ";"){ + // $this->stack[$cnt-1]->content .= trim($data); + //}else{ $this->stack[$cnt-1]->content .= "*** $data ***"; -# } + //} } /** * Return result tree