diff options
| author | lsces <lester@lsces.co.uk> | 2012-10-01 10:17:38 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2012-10-01 10:17:38 +0100 |
| commit | 39b9861e7e517a7e990377ef979bffb27a3ec602 (patch) | |
| tree | 3ec9da752fbfee5a13d8a2c48eb0f429dd4b4815 | |
| parent | 3e29c6f58bbe9c14bbba5745e44d5e757f56620e (diff) | |
| download | nexus-39b9861e7e517a7e990377ef979bffb27a3ec602.tar.gz nexus-39b9861e7e517a7e990377ef979bffb27a3ec602.tar.bz2 nexus-39b9861e7e517a7e990377ef979bffb27a3ec602.zip | |
Detail query needed modifying for $bindVars as well
| -rw-r--r-- | Nexus.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -295,7 +295,7 @@ class Nexus extends NexusSystem { $bindVars = array( $pMenuId ); } $query .= ' ORDER BY nmi.`pos`'; - $result = $this->mDb->query( $query, array( $bindVars ) ); + $result = $this->mDb->query( $query, $bindVars ); while( !$result->EOF ) { $item = $result->fields; $item['display_url'] = $this->printUrl( $item ); |
