mirror of
https://github.com/friendica/friendica
synced 2025-04-24 02:30:13 +00:00
Optimized queries
This commit is contained in:
parent
838f976715
commit
4f07dfb35a
2 changed files with 31 additions and 29 deletions
|
@ -64,8 +64,6 @@ class xml {
|
|||
$element_parts = explode(":", $attr_key);
|
||||
if ((count($element_parts) > 1) AND isset($namespaces[$element_parts[0]]))
|
||||
$namespace = $namespaces[$element_parts[0]];
|
||||
elseif (isset($namespaces[""]))
|
||||
$namespace = $namespaces[""];
|
||||
else
|
||||
$namespace = NULL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue