diff options
author | Thomas Schmidt <tschmidt@suse.de> | 2011-09-30 17:03:04 +0200 |
---|---|---|
committer | Thomas Schmidt <tschmidt@suse.de> | 2011-09-30 17:03:04 +0200 |
commit | c3b57944ac31f63cbbd575dfd7200fa3b050f4ef (patch) | |
tree | e98544cf1a703df28a3ad9e7a042fd6a160f7b08 /lib/MDB2/Driver | |
parent | 7fb89c5386fe7f1a1e238853a24d1da556ab9719 (diff) | |
download | nextcloud-server-c3b57944ac31f63cbbd575dfd7200fa3b050f4ef.tar.gz nextcloud-server-c3b57944ac31f63cbbd575dfd7200fa3b050f4ef.zip |
Revert "enhance detection of un-initialized database", conflicted with setup step, needs rework
This reverts commit 7fb89c5386fe7f1a1e238853a24d1da556ab9719.
Diffstat (limited to 'lib/MDB2/Driver')
-rw-r--r-- | lib/MDB2/Driver/sqlite3.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/MDB2/Driver/sqlite3.php b/lib/MDB2/Driver/sqlite3.php index 967e3335b13..a41aeed4850 100644 --- a/lib/MDB2/Driver/sqlite3.php +++ b/lib/MDB2/Driver/sqlite3.php @@ -582,12 +582,6 @@ class MDB2_Driver_sqlite3 extends MDB2_Driver_Common return $query; } - /* Dummy interface for sqlite, to stay compatible with the database abstraction */ - function getUserInfo() { - return "sqlite standard user"; - } - - // }}} // {{{ getServerVersion() |