- Cleanup variable name in address search for compose to clearup confusion.
[squirrelmail.git] / templates / default_rpc / config.php
index 6e09872bfc6d769f1500e6123252d86caeaf6533..bd36b51a4e5bcefe650feb3addf44fe2c9dd3bb3 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * Provides some basic configuration options to the template engine
  *
- * @copyright © 1999-2008 The SquirrelMail Project Team
+ * @copyright © 1999-2009 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -20,7 +20,7 @@ $template_engine = SQ_PHP_TEMPLATE;
 /**
  * Indicates what the content type is for this template set.
  */
-//FIXME - what is the proper content-type? (TODO: possibly make default RPC templates SOAP-compliant)
+//TODO - what is the proper content-type? (most recommend text/xml for SOAP messages, but some such as w3schools.com recommend application/soap+xml)
 //$content_type = 'application/soap+xml';
 $content_type = 'text/xml';