diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-09-07 14:05:51 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-09-07 14:08:29 +0200 |
commit | 5e55b4d6e77b91e29838d26765e7f1bd55fe6bbd (patch) | |
tree | 33bfcfcc47fe61dd6f7586cf96091e470ffee6e3 /lib/db.php | |
parent | 386d1ac49f0e759c3ed7f23f2df86b721a72b9d1 (diff) | |
download | nextcloud-server-5e55b4d6e77b91e29838d26765e7f1bd55fe6bbd.tar.gz nextcloud-server-5e55b4d6e77b91e29838d26765e7f1bd55fe6bbd.zip |
Whitespace fixes in lib
Diffstat (limited to 'lib/db.php')
-rw-r--r-- | lib/db.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/db.php b/lib/db.php index 2f36416d0a6..bd3afe2b06e 100644 --- a/lib/db.php +++ b/lib/db.php @@ -411,7 +411,7 @@ class OC_DB { if( $CONFIG_DBTYPE == 'pgsql' ) { //mysql support it too but sqlite doesn't $content = str_replace( '<default>0000-00-00 00:00:00</default>', '<default>CURRENT_TIMESTAMP</default>', $content ); } - + file_put_contents( $file2, $content ); // Try to create tables |