1
1
Fork 0

Implement functions

implement functions relocated to xml class
This commit is contained in:
Adam Magness 2018-11-03 13:08:30 -04:00
commit 61bc9facc8
14 changed files with 104 additions and 94 deletions

View file

@ -195,7 +195,7 @@ function localize_item(&$item)
$xmlhead="<"."?xml version='1.0' encoding='UTF-8' ?".">";
$obj = XML::parseString($xmlhead.$item['object']);
$links = XML::parseString($xmlhead."<links>".unxmlify($obj->link)."</links>");
$links = XML::parseString($xmlhead."<links>".XML::unxmlify($obj->link)."</links>");
$Bname = $obj->title;
$Blink = "";