This segment of code should be left in until at least Squirrelmail 1.7.x, to give...
[squirrelmail.git] / src / addrbook_popup.php
index 9db01ee068a7e88d128089872c9ab90792e7b3fa..a71a4d7f720be1b1fd615fc1b56c386e0422de83 100644 (file)
@@ -3,18 +3,19 @@
 /**
  * addrbook_popup.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.
  *
  * Frameset for the JavaScript version of the address book.
  *
  * $Id$
+ * @package squirrelmail
  */
 
-/* Path for SquirrelMail required files. */
+/** Path for SquirrelMail required files. */
 define('SM_PATH','../');
 
-/* SquirrelMail required files. */
+/** SquirrelMail required files. */
 require_once(SM_PATH . 'include/validate.php');
 require_once(SM_PATH . 'functions/addressbook.php');