diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2012-09-05 23:28:59 +0200 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2012-09-05 23:28:59 +0200 |
commit | ebb28412ca47889019aa4c0f278fe3b9097996f8 (patch) | |
tree | cdb3f96d96d2076b2f7f1c32ad0d382f72ee3742 /lib/MDB2/Driver/Function | |
parent | daf41885e5481b80b15b4b2987f071608b7ad235 (diff) | |
download | nextcloud-server-ebb28412ca47889019aa4c0f278fe3b9097996f8.tar.gz nextcloud-server-ebb28412ca47889019aa4c0f278fe3b9097996f8.zip |
no more require_once()
Diffstat (limited to 'lib/MDB2/Driver/Function')
-rw-r--r-- | lib/MDB2/Driver/Function/sqlite3.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MDB2/Driver/Function/sqlite3.php b/lib/MDB2/Driver/Function/sqlite3.php index 790bd0e747b..235a106e183 100644 --- a/lib/MDB2/Driver/Function/sqlite3.php +++ b/lib/MDB2/Driver/Function/sqlite3.php @@ -20,7 +20,7 @@ * */ -require_once('MDB2/Driver/Function/Common.php'); +require_once 'MDB2/Driver/Function/Common.php'; /** * MDB2 SQLite driver for the function modules |