summaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-08-30 22:33:12 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-08-30 22:33:12 -0600
commitce733e0f481e34f213d159cbb05dd6377cec4f54 (patch)
tree046818b9a56014849ee5a8054f739862cb115f68 /installer
parent93b542ccd8a64bdd037d0e4824be06cb9fe6ad49 (diff)
parent7015948357f91e79bb10595cd7c6bc2513d0863e (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'installer')
-rw-r--r--installer/installer.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/installer.php b/installer/installer.php
index 50657d80..fedb4251 100644
--- a/installer/installer.php
+++ b/installer/installer.php
@@ -110,6 +110,7 @@ class installer {
static function mysql_version($config) {
$result = mysql_query("SHOW VARIABLES WHERE variable_name = \"version\"");
+ $row = mysql_fetch_object($result);
return $row->Value;
}