[geeklog-cvs] Geeklog-1.x/system lib-webservices.php,1.9,1.10
Dirk Haun
dhaun at qs1489.pair.com
Mon Sep 17 16:00:35 EDT 2007
Update of /cvsroot/geeklog/Geeklog-1.x/system
In directory qs1489.pair.com:/tmp/cvs-serv59063/system
Modified Files:
lib-webservices.php
Log Message:
We also need to accept the 'app' namespace
Index: lib-webservices.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-webservices.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** lib-webservices.php 17 Sep 2007 18:51:51 -0000 1.9
--- lib-webservices.php 17 Sep 2007 20:00:33 -0000 1.10
***************
*** 433,437 ****
$node = $nodes->item($index);
! if (($node->namespaceURI != $WS_ATOM_NS) && ($node->namespaceURI != $WS_EXTN_NS)) {
continue;
}
--- 433,439 ----
$node = $nodes->item($index);
! if (($node->namespaceURI != $WS_ATOM_NS) &&
! ($node->namespaceURI != $WS_APP_NS ) &&
! ($node->namespaceURI != $WS_EXTN_NS)) {
continue;
}
More information about the geeklog-cvs
mailing list