[geeklog-cvs] Geeklog-1.x/system lib-webservices.php,1.12,1.13

Dirk Haun dhaun at qs1489.pair.com
Sun Oct 21 07:46:04 EDT 2007


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

Modified Files:
	lib-webservices.php 
Log Message:
Fixed <app:accept> value


Index: lib-webservices.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-webservices.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** lib-webservices.php	30 Sep 2007 15:59:41 -0000	1.12
--- lib-webservices.php	21 Oct 2007 11:46:02 -0000	1.13
***************
*** 229,233 ****
          $collection->appendChild($title);
  
!         $entry = $atom_doc->createElement('app:accept', 'entry');
          $collection->appendChild($entry);
  
--- 229,234 ----
          $collection->appendChild($title);
  
!         $entry = $atom_doc->createElement('app:accept',
!                                           'application/atom+xml;type=entry');
          $collection->appendChild($entry);
  




More information about the geeklog-cvs mailing list