From 5ae00ae91a838f996b5981ec90253394f39d0eb8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Tue, 2 Aug 2005 14:37:39 +0000 Subject: [PATCH] * Remove troublesome double array --- includes/Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Database.php b/includes/Database.php index 6e8a992c02..54ea2198f9 100644 --- a/includes/Database.php +++ b/includes/Database.php @@ -718,7 +718,7 @@ class Database { $from = ''; } - list( $useIndex, $tailOpts ) = $this->makeSelectOptions( array($options) ); + list( $useIndex, $tailOpts ) = $this->makeSelectOptions( $options ); if( !empty( $conds ) ) { if ( is_array( $conds ) ) { -- 2.20.1