aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam McLoughlin <hexxeh@hexxeh.net>2011-07-27 21:04:32 +0100
committerLiam McLoughlin <hexxeh@hexxeh.net>2011-07-27 21:04:32 +0100
commite27028f91f5fb2149054adbb89d14177f0e6f3db (patch)
treeb4a1c0729fbb92237fd6e25434b93b8b761c7e5e /web/testdrive.php
parentMoved to using mysqli and prepared statements (diff)
downloadgentoaster-e27028f91f5fb2149054adbb89d14177f0e6f3db.tar.gz
gentoaster-e27028f91f5fb2149054adbb89d14177f0e6f3db.tar.bz2
gentoaster-e27028f91f5fb2149054adbb89d14177f0e6f3db.zip
Added simultaneous build settings
Diffstat (limited to 'web/testdrive.php')
-rw-r--r--web/testdrive.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/testdrive.php b/web/testdrive.php
index 8f3c718..3847b69 100644
--- a/web/testdrive.php
+++ b/web/testdrive.php
@@ -18,7 +18,7 @@
$stmt = $db->prepare("SELECT handle FROM builds WHERE id = ?");
$stmt->bind_param("s", $buildID);
$stmt->execute();
-
+ $stmt->store_result();
if ($stmt->num_rows == 1) {
$stmt->bind_result($handle);
$stmt->fetch();