[geeklog-cvs] Geeklog-1.x/system lib-webservices.php,1.40,1.41

Dirk Haun dhaun at qs1489.pair.com
Sat Jul 26 07:18:02 EDT 2008


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

Modified Files:
	lib-webservices.php 
Log Message:
Missing global declaration (note to self: make namespace name constants ...)


Index: lib-webservices.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-webservices.php,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** lib-webservices.php	26 Jul 2008 07:41:29 -0000	1.40
--- lib-webservices.php	26 Jul 2008 11:18:00 -0000	1.41
***************
*** 510,514 ****
  function WS_xmlToArgs(&$args)
  {
!     global $_USER, $WS_EXTN_NS, $WS_ATOM_NS, $WS_APP_NS;
  
      /* Previous data in args is NOT deleted */
--- 510,514 ----
  function WS_xmlToArgs(&$args)
  {
!     global $_USER, $WS_EXTN_NS, $WS_ATOM_NS, $WS_APP_NS, $WS_APP_NS2;
  
      /* Previous data in args is NOT deleted */




More information about the geeklog-cvs mailing list