diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-02-05 17:54:25 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-02-05 17:54:25 +0000 |
| commit | a71b663e80f7e7a521145a5e71e4f33a512e75f2 (patch) | |
| tree | 5ab7fa66a04b458ba2d9090b365eab23a74c798d | |
| parent | a5b0680bd25fa15b8271babe21903e0568574c5d (diff) | |
Removed newlines at the end of the files
git-svn-id: https://svn.roundcube.net/trunk@135 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/config/db.inc.php.dist | 2 | ||||
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/config/db.inc.php.dist b/roundcubemail/config/db.inc.php.dist index c797168db..ea4cb398c 100644 --- a/roundcubemail/config/db.inc.php.dist +++ b/roundcubemail/config/db.inc.php.dist @@ -59,4 +59,4 @@ $rcmail_config['db_sequence_messages'] = 'message_ids'; // end db config file -?> +?>
\ No newline at end of file diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 55d013865..3b6e4435e 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -167,4 +167,4 @@ $rcmail_config['prefer_html'] = TRUE; $rcmail_config['prettydate'] = TRUE; // end of config file -?> +?>
\ No newline at end of file |
