minor change

This commit is contained in:
tomas 2005-02-25 21:19:15 +00:00
parent 0535409dfa
commit 5b8860c126
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
Author : $Author: tomas $
Version : $Revision: 1.20 $
Version : $Revision: 1.21 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/MetaData.php,v $
------------------------------------------------------------------------------*/
@ -627,8 +627,8 @@ class MetaData{
}else{
$node = $this->genXMLNode($row, FALSE);
if(PEAR::isError($node)) return $node;
$res = $node;
}
$res = $node;
return $res;
}