fix bug #481886 with anonymous hint from sourceforge trackers :-)
[squirrelmail.git] / src / options_identities.php
index 82338553b695fd1f06d8b79e862b7ce6c5320397..8c8b0e0f905f0d46445132153cbd7118d4d5c246 100644 (file)
@@ -5,8 +5,8 @@
     **  $Id$
     **/
 
-   include('../src/validate.php');
-   include('../functions/display_messages.php');
+   require_once('../src/validate.php');
+   require_once('../functions/display_messages.php');
 
    if (isset($return)) {
       SaveUpdateFunction();
@@ -311,8 +311,8 @@ function ShowTableInfo($full_name, $email_address, $reply_to, $post)
   <tr<?PHP echo $OtherBG ?>>
     <td>&nbsp;</td><td>
       <input type=hidden name="form_for_<?PHP echo $post ?>" value="1">
-      <input type=submit name="update" value="<?PHP echo _("Save / Update") ?>">
-<?PHP 
+      <input type=submit name="update" value="<?PHP 
+   echo _("Save / Update") . '">';
    if (! $isEmptySection && $post != '') {
 ?>
       <input type=submit name="make_default_<?PHP echo $post ?>" value="<?PHP
@@ -335,3 +335,4 @@ function ShowTableInfo($full_name, $email_address, $reply_to, $post)
   </tr>
 <?PHP
 }
+?>
\ No newline at end of file