[geeklog-cvs] Geeklog-1.x/system lib-webservices.php,1.34,1.35

Ramnath Iyer riyer at qs1489.pair.com
Mon Mar 31 16:03:25 EDT 2008


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

Modified Files:
	lib-webservices.php 
Log Message:
Minor formatting update


Index: lib-webservices.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-webservices.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** lib-webservices.php	9 Mar 2008 16:19:45 -0000	1.34
--- lib-webservices.php	31 Mar 2008 20:03:23 -0000	1.35
***************
*** 260,264 ****
          COM_errorLog("WS: GET request received");
      }
! 
      WS_dissectURI($args);
  
--- 260,264 ----
          COM_errorLog("WS: GET request received");
      }
!     
      WS_dissectURI($args);
  
***************
*** 277,281 ****
          }
  
! 	if (is_array($_PLUGINS)) {
              foreach ($_PLUGINS as $pi) {
                  if (PLG_wsEnabled($pi)) {
--- 277,281 ----
          }
  
!         if (is_array($_PLUGINS)) {
              foreach ($_PLUGINS as $pi) {
                  if (PLG_wsEnabled($pi)) {
***************
*** 283,287 ****
                  }
              }
! 	}
  
          /* It might be simpler to do this part directly :-/ */
--- 283,287 ----
                  }
              }
!         }
  
          /* It might be simpler to do this part directly :-/ */




More information about the geeklog-cvs mailing list