diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2011-10-04 14:43:44 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2011-10-04 14:43:44 -0700 |
commit | 69b62718a3526c77c666a8259c1c4919a8947a01 (patch) | |
tree | 5c735cf5ccfe02bb5445c09b8e19137a13c88965 | |
parent | dbeb76f57aab441e5e93dcb1919b0b442c889965 (diff) |
Add a trailing newline to Database.class.php
-rw-r--r-- | src/lib/Database.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Database.class.php b/src/lib/Database.class.php index ab56d09..13d9559 100644 --- a/src/lib/Database.class.php +++ b/src/lib/Database.class.php @@ -396,4 +396,4 @@ class Database { return $out_list; } -}
\ No newline at end of file +} |