minor change
This commit is contained in:
parent
0535409dfa
commit
5b8860c126
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: tomas $
|
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 $
|
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/MetaData.php,v $
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
@ -627,8 +627,8 @@ class MetaData{
|
||||||
}else{
|
}else{
|
||||||
$node = $this->genXMLNode($row, FALSE);
|
$node = $this->genXMLNode($row, FALSE);
|
||||||
if(PEAR::isError($node)) return $node;
|
if(PEAR::isError($node)) return $node;
|
||||||
|
$res = $node;
|
||||||
}
|
}
|
||||||
$res = $node;
|
|
||||||
return $res;
|
return $res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue