Only in Sites/Drupal/sites/moduleport.localhost/modules/get_server/: .DS_Store
diff -crB Downloads/get_server/get_server.info Sites/Drupal/sites/moduleport.localhost/modules/get_server/get_server.info
*** Downloads/get_server/get_server.info	2010-07-11 08:46:33.000000000 +0100
--- Sites/Drupal/sites/moduleport.localhost/modules/get_server/get_server.info	2010-11-06 20:28:50.000000000 +0000
***************
*** 2,11 ****
  name = Get Server
  description = Provides means to call services on a url, and uses other servers for return protocol flexibility.
  package = Services - servers
! dependencies = services
  
  ; Information added by drupal.org packaging script on 2010-07-11
  version = "5.x-1.x-dev"
  project = "get_server"
  datestamp = "1278834393"
  
--- 2,12 ----
  name = Get Server
  description = Provides means to call services on a url, and uses other servers for return protocol flexibility.
  package = Services - servers
! dependencies[] = services
  
  ; Information added by drupal.org packaging script on 2010-07-11
  version = "5.x-1.x-dev"
  project = "get_server"
  datestamp = "1278834393"
  
+ core = 6.x
\ No newline at end of file
diff -crB Downloads/get_server/get_server.module Sites/Drupal/sites/moduleport.localhost/modules/get_server/get_server.module
*** Downloads/get_server/get_server.module	2007-12-18 00:31:58.000000000 +0000
--- Sites/Drupal/sites/moduleport.localhost/modules/get_server/get_server.module	2010-11-06 20:30:33.000000000 +0000
***************
*** 19,25 ****
  
    // Load the method information from, eg., 'node.load'
    $method = services_method_get(array_shift($args));
!   
    // Get Server leverages existing rending code for the return data.
    // We look for a protocol name like 'xml' or 'json' (amfphp not supported here).
    $protocol = array_shift($args);
--- 19,25 ----
  
    // Load the method information from, eg., 'node.load'
    $method = services_method_get(array_shift($args));
! 
    // Get Server leverages existing rending code for the return data.
    // We look for a protocol name like 'xml' or 'json' (amfphp not supported here).
    $protocol = array_shift($args);
***************
*** 29,35 ****
      switch ($argument['#type']) {
        case 'array' :
          if (empty($args[$key])) {
!           $return[$key] = null;
          }
          else {
            $return[$key] = explode(',', $args[$key]);
--- 29,35 ----
      switch ($argument['#type']) {
        case 'array' :
          if (empty($args[$key])) {
!           $return[$key] = NULL;
          }
          else {
            $return[$key] = explode(',', $args[$key]);
