Added support for using Squirrelmail without frames
[squirrelmail.git] / functions / decode / cp10006.php
index b7d9f7d73aa0b24f710143b38a29292beb3b501a..ec5e7af780ec1d9a267eb91a05cbae6ddf4b1153 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * decode/cp10006.php
  * $Id$
  *
  *  Date:          04/24/96
  *  Authors:       Lori Brownell <loribr@microsoft.com>
  *                 K.D. Chang    <a-kchang@microsoft.com>
+ * @package squirrelmail
+ * @subpackage decode
  */
 
+/**
+ * Decode cp10006 (MacGreek) string
+ * @param string $string String to decode
+ * @return string $string Decoded string
+ */
 function charset_decode_cp10006 ($string) {
     global $default_charset;
 
@@ -167,4 +174,4 @@ function charset_decode_cp10006 ($string) {
 
     return $string;
 }
-?>
\ No newline at end of file
+?>