Removed errors to allow resume draft with subject and attachments.
[squirrelmail.git] / src / addrbook_popup.php
index f12575e34a4cde89b6da6e2ac8fe1b4b12c43fc0..8b6e1adbe11965e5b58b6d712b097d87eb4d8171 100644 (file)
@@ -10,8 +10,8 @@
     **  $Id$
     **/
 
-   include('../src/validate.php');
-   include('../functions/addressbook.php');
+   require_once('../src/validate.php');
+   require_once('../functions/addressbook.php');
    
 ?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
@@ -19,7 +19,7 @@
 <HTML>
 <HEAD>
 <TITLE><?php 
-   printf("%s: %s", $org_title, _("Address Book")); 
+   echo "$org_title: " . _("Address Book"); 
 ?></TITLE>
 </HEAD>
 
@@ -30,4 +30,4 @@
         BORDER=0>
 </FRAMESET>
 
-</HTML>
+</HTML>
\ No newline at end of file