*** empty log message ***
This commit is contained in:
parent
9126d82bd2
commit
212f97ea93
37 changed files with 391 additions and 199 deletions
|
@ -371,6 +371,8 @@ class uiBrowser extends uiBase {
|
|||
$handler =& new XML_Unserializer;
|
||||
$handler->unserialize($this->getMdata($id));
|
||||
$arr = $handler->getUnserializedData();
|
||||
if (!is_array($arr))
|
||||
return FALSE;
|
||||
|
||||
foreach ($arr['metadata'] as $key=>$val) {
|
||||
if ($relations[$key]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue