hiding functions used only by plugin
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 6 Sep 2004 14:34:58 +0000 (14:34 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 6 Sep 2004 14:34:58 +0000 (14:34 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8023 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/message_details/message_details_bottom.php
plugins/message_details/setup.php

index 850f69fce77513079fb9f91e7bade8844e495478..3d9e2182bacdf9a0ea4247a6d7825f80022e81c3 100644 (file)
@@ -37,6 +37,7 @@ sqgetGlobalVar('onetimepad', $onetimepad, SQ_SESSION);
  * @param string $entString
  * @param integer $direction
  * @return string
  * @param string $entString
  * @param integer $direction
  * @return string
+ * @access private
  */
 function CalcEntity($entString, $direction) {
     $result = $entString;
  */
 function CalcEntity($entString, $direction) {
     $result = $entString;
index b7ec6ae5113fcc44bce99ca5308600dbeb5e8f5c..2346b5dcf16c0665734a675e12b17d0c6f1be074 100644 (file)
@@ -15,6 +15,7 @@
 
 /**
  * Initialize the plugin
 
 /**
  * Initialize the plugin
+ * @access private
  */
 function squirrelmail_plugin_init_message_details()
 {
  */
 function squirrelmail_plugin_init_message_details()
 {