Update init_db.inc.php

master
André Peters 2018-02-08 11:49:52 +01:00 committed by GitHub
parent 2fc13bdfbe
commit 1226eecfa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ function init_db_schema() {
try {
global $pdo;
$db_version = "24012018_1219";
$db_version = "08022018_1219";
$stmt = $pdo->query("SHOW TABLES LIKE 'versions'");
$num_results = count($stmt->fetchAll(PDO::FETCH_ASSOC));