diff options
author | andi <andi@splitbrain.org> | 2005-04-13 19:53:38 +0200 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-04-13 19:53:38 +0200 |
commit | 340756e4d13bbcffbd9cba79aef7fc7a6ca2ecb8 (patch) | |
tree | 160d60db6a261905bb0e2dee27ad4918ac6a9505 /inc/mail.php | |
parent | dfb7810ba16e7becb2fb423cf984b18c8526b085 (diff) | |
download | rpg-340756e4d13bbcffbd9cba79aef7fc7a6ca2ecb8.tar.gz rpg-340756e4d13bbcffbd9cba79aef7fc7a6ca2ecb8.tar.bz2 |
removed closing php tag for includes
darcs-hash:20050413175338-9977f-c969db6f86df5df175db9a39b4fabb9f072f8f67.gz
Diffstat (limited to 'inc/mail.php')
-rw-r--r-- | inc/mail.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/mail.php b/inc/mail.php index c7b4eb40b..2f7efedff 100644 --- a/inc/mail.php +++ b/inc/mail.php @@ -195,4 +195,5 @@ function mail_quotedprintable_encode($input='',$line_max=74,$space_conv=false){ } -?> + +//Setup VIM: ex: et ts=2 enc=utf-8 : |