phpdoc blocks and one more string
[squirrelmail.git] / plugins / bug_report / bug_report.php
index d7b9b24d6031d496d6bc0ab53707a7576ef3d6e8..2069d2e50e61d8cd8a915e9dfe63b14c1d63212d 100644 (file)
@@ -13,7 +13,7 @@
  *
  * This is a standard Squirrelmail-1.2 API for plugins.
  *
- * $Id$
+ * @version $Id$
  * @package plugins
  * @subpackage bug_report
  */
@@ -30,7 +30,13 @@ require_once(SM_PATH . 'functions/forms.php');
 
 displayPageHeader($color, 'None');
 
-
+/**
+ * converts array to string
+ *
+ * @param array $array array that has to be displayed
+ * @return string
+ * @access private
+ */
 function Show_Array($array) {
     $str = '';
     foreach ($array as $key => $value) {