[geeklog-cvs] Geeklog-1.x/system lib-webservices.php,1.26,1.27

Dirk Haun dhaun at qs1489.pair.com
Wed Jan 2 14:39:02 EST 2008


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

Modified Files:
	lib-webservices.php 
Log Message:
One "&" too many ...


Index: lib-webservices.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-webservices.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** lib-webservices.php	2 Jan 2008 14:40:21 -0000	1.26
--- lib-webservices.php	2 Jan 2008 19:39:00 -0000	1.27
***************
*** 425,430 ****
  
      if ($ret == PLG_RET_OK) {
!             header($_SERVER['SERVER_PROTOCOL'] . ' 200 OK');
!             return;
      }
  
--- 425,430 ----
  
      if ($ret == PLG_RET_OK) {
!         header($_SERVER['SERVER_PROTOCOL'] . ' 200 OK');
!         return;
      }
  
***************
*** 633,637 ****
          $link_self->setAttribute('rel', 'edit');
          $link_self->setAttribute('type', 'application/atom+xml');
!         $link_self->setAttribute('href', $_CONF['site_url'] . '/webservices/atom/?plugin=' . htmlentities($WS_PLUGIN) . '&id=' . htmlentities($arr['id']));
          $entry_elem->appendChild($link_self);
      }
--- 633,637 ----
          $link_self->setAttribute('rel', 'edit');
          $link_self->setAttribute('type', 'application/atom+xml');
!         $link_self->setAttribute('href', $_CONF['site_url'] . '/webservices/atom/?plugin=' . htmlentities($WS_PLUGIN) . '&id=' . htmlentities($arr['id']));
          $entry_elem->appendChild($link_self);
      }




More information about the geeklog-cvs mailing list