Move $sqimap_session_id from global to static scope.
[squirrelmail.git] / functions / attachment_common.php
index ad36120b508810a160f38a7e3d9a7a0d2fea2e93..3f415a217953a7b9cde471d161a3b32d7534ddb0 100644 (file)
@@ -3,14 +3,18 @@
 /**
  * attachment_common.php
  *
- * Copyright (c) 1999-2003 The SquirrelMail Project Team
+ * Copyright (c) 1999-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This file provides the handling of often-used attachment types.
  *
  * $Id$
+ * @package squirrelmail
  */
 
+/**
+ * Needs documentation
+ */
 require_once(SM_PATH . 'functions/global.php');
 
 global $attachment_common_show_images_list;