removed debug message. fixed divide by zero warning because we now use 0
[squirrelmail.git] / src / addrbook_popup.php
index 9db01ee068a7e88d128089872c9ab90792e7b3fa..ac2cf5f339838d82cbc60ff3c2ecf85474995243 100644 (file)
@@ -3,18 +3,22 @@
 /**
  * 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$
+ * @version $Id$
+ * @package squirrelmail
  */
 
-/* Path for SquirrelMail required files. */
+/**
+ * Path for SquirrelMail required files.
+ * @ignore
+ */
 define('SM_PATH','../');
 
-/* SquirrelMail required files. */
+/** SquirrelMail required files. */
 require_once(SM_PATH . 'include/validate.php');
 require_once(SM_PATH . 'functions/addressbook.php');