From: Ævar Arnfjörð Bjarmason Date: Tue, 2 Aug 2005 14:37:39 +0000 (+0000) Subject: * Remove troublesome double array X-Git-Tag: 1.6.0~2079 X-Git-Url: http://git.cyclocoop.org/geomaker.php?a=commitdiff_plain;h=5ae00ae91a838f996b5981ec90253394f39d0eb8;p=lhc%2Fweb%2Fwiklou.git * Remove troublesome double array --- 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 ) ) {