Browse Source

Fix last commit (mysql_version() doesn't work if connection is not yet established)

pull/40/head
Michael Foster 11 years ago
parent
commit
fbc78f7632
  1. 1
      install.php

1
install.php

@ -249,6 +249,7 @@ if (file_exists($config['has_installed'])) {
}
}
case 'v0.9.6-dev-9':
sql_open();
function __query($sql) {
if (mysql_version() >= 50503)
return query($sql);

Loading…
Cancel
Save