Mark message as having been replied to before attempting to put a copy in the sent...
[squirrelmail.git] / src / addressbook.php
index 69e45f7bc794e88197338807f88d858fa1f5bfdd..302170fb879d6c761e5d7f5edf04e0b435b71429 100644 (file)
@@ -12,6 +12,9 @@
  * @subpackage addressbook
  */
 
+/** This is the addressbook page */
+define('PAGE_NAME', 'addressbook');
+
 /**
  * Include the SquirrelMail initialization file.
  */
@@ -279,4 +282,3 @@ echo "</form>\n";
 do_hook('addressbook_bottom', $null);
 
 $oTemplate->display('footer.tpl');
-?>