[geeklog-cvs] Geeklog-1.x/system lib-webservices.php,1.6,1.7

Ramnath Iyer riyer at qs1489.pair.com
Mon Sep 10 15:04:15 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x/system
In directory qs1489.pair.com:/tmp/cvs-serv12371

Modified Files:
	lib-webservices.php 
Log Message:
Fixed a bug


Index: lib-webservices.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-webservices.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** lib-webservices.php	10 Sep 2007 17:04:30 -0000	1.6
--- lib-webservices.php	10 Sep 2007 19:04:13 -0000	1.7
***************
*** 412,416 ****
                  break;
              case 'content':
!                 $args['content'] = (string)$atom_doc->saveXML($node);
                  break;
              default:
--- 412,416 ----
                  break;
              case 'content':
!                 $args['content'] = (string)$atom_doc->saveXML($node->firstChild);
                  break;
              default:




More information about the geeklog-cvs mailing list