All this document.write stuff is overkill when we already have checkForJavascript...
[squirrelmail.git] / plugins / abook_take / functions.php
index 24b1bd5211ebf5942479e190a36833b9fb035612..e9918a0ca9756c86fac6acede82b4a78282da361 100644 (file)
@@ -5,13 +5,14 @@
  *
  * Functions for the Address Take plugin
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright © 1999-2007 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage abook_take
  */
 
+/** */
 function valid_email ($email, $verify)
 {
     global $Email_RegExp_Match;
@@ -93,5 +94,3 @@ function abook_take_save()
     else
         setPref($data_dir, $username, 'abook_take_verify', '');
 }
-
-?>
\ No newline at end of file