It uses emptyMdata.xml file now as a default metadata set.

This commit is contained in:
tomas 2005-02-25 01:45:18 +00:00
parent d8aef20958
commit e751f9084f
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
Author : $Author: tomas $
Version : $Revision: 1.18 $
Version : $Revision: 1.19 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/MetaData.php,v $
------------------------------------------------------------------------------*/
@ -179,7 +179,7 @@ class MetaData{
//$res = $fmt->formatString($res);
return $res;
}else
return "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<metadata/>\n";
return file_get_contents(dirname(__FILE__).'/emptyMdata.xml');
}
/**