Added code for priority.
[squirrelmail.git] / src / options_personal.php
index e5bab6796f3624a283b3422a209be4e2aae276f1..a2403528c47dd224b40e42b7eb527f74230873e0 100644 (file)
     **  $Id$
     **/
 
-   include('../src/validate.php');
-   include('../functions/display_messages.php');
-   include('../functions/imap.php');
-   include('../functions/array.php');
-   include('../functions/plugin.php');
+   require_once('../src/validate.php');
+   require_once('../functions/display_messages.php');
+   require_once('../functions/imap.php');
+   require_once('../functions/array.php');
+   require_once('../functions/plugin.php');
    
    displayPageHeader($color, 'None');
 
    if ( $prefix_sig )
      echo ' checked';
    echo '>  ' .
-        _( "Prefix signature with '--' ?" ) . '<BR>';
+        _( "Prefix signature with '-- ' ?" ) . '<BR>';
    echo "\n<textarea name=\"signature_edit\" rows=\"5\" cols=\"50\">$signature_abs</textarea><br>";
 ?>
             </td>
 
 </td></tr>
 </table>
-</body></html>
+</body></html>
\ No newline at end of file