Whoops, forgot debug code. Thaks Jonathan.
[squirrelmail.git] / src / addrbook_popup.php
index 23f21cf7c34c718f4658378840d3a14179249506..fc264cf3efde90e69b403eb70b526b5f2ed993df 100644 (file)
@@ -3,18 +3,19 @@
 /**
  * addrbook_popup.php
  *
- * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Copyright (c) 1999-2003 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');