mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix missing styles
This commit is contained in:
parent
34825b0171
commit
86d20ea884
@ -44,7 +44,6 @@ function ajaxtoJSON($name)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
error_log("Filename: $filename");
|
||||
|
||||
$mtime = filemtime($filename);
|
||||
|
||||
@ -89,12 +88,10 @@ function ajaxtoJSON($name)
|
||||
|
||||
function nodeToArray($xmlnode, &$jsnode = false)
|
||||
{
|
||||
if(!$xmlnode) return;
|
||||
|
||||
if(!($xmlnode instanceof SimpleXMLElement) && trim($xmlnode))
|
||||
{
|
||||
$jsnode['content'] = $xmlnode;
|
||||
return '';
|
||||
return;
|
||||
}
|
||||
$nodename = $xmlnode->getName();
|
||||
$node =& $jsnode ? $jsnode : array();
|
||||
|
Loading…
Reference in New Issue
Block a user