diff options
| author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-04 21:22:33 -0500 |
|---|---|---|
| committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-04 21:22:33 -0500 |
| commit | 89c9c9d4b0daa7308fd015e8a6fca6386a8b8016 (patch) | |
| tree | e60e0c3bdf542d99dba9cd1184eb167b7eefc37d /phpBB/includes/db/sqlite.php | |
| parent | 29c4da6162902d3c0d766a8acb17e5a2cf02f901 (diff) | |
| download | forums-89c9c9d4b0daa7308fd015e8a6fca6386a8b8016.tar forums-89c9c9d4b0daa7308fd015e8a6fca6386a8b8016.tar.gz forums-89c9c9d4b0daa7308fd015e8a6fca6386a8b8016.tar.bz2 forums-89c9c9d4b0daa7308fd015e8a6fca6386a8b8016.tar.xz forums-89c9c9d4b0daa7308fd015e8a6fca6386a8b8016.zip | |
[ticket/10205] Cosmetic changes.
PHPBB3-10205
Diffstat (limited to 'phpBB/includes/db/sqlite.php')
| -rw-r--r-- | phpBB/includes/db/sqlite.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/db/sqlite.php b/phpBB/includes/db/sqlite.php index 3c9b2cce34..199b4eed23 100644 --- a/phpBB/includes/db/sqlite.php +++ b/phpBB/includes/db/sqlite.php @@ -304,7 +304,7 @@ class dbal_sqlite extends dbal { return array( 'message' => @sqlite_error_string(@sqlite_last_error($this->db_connect_id)), - 'code' => @sqlite_last_error($this->db_connect_id) + 'code' => @sqlite_last_error($this->db_connect_id), ); } else |
