left in a debugging override
This commit is contained in:
parent
7878ff6082
commit
e9eb8fc8e0
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ $stmt = dbh($opt)->prepare("SELECT COUNT(*) AS user_count FROM {$opt["table_pref
|
|||
$stmt->execute();
|
||||
if ($row = $stmt->fetch()) {
|
||||
$user_count = $row["user_count"];
|
||||
if (false && $user_count != 0) {
|
||||
if ($user_count != 0) {
|
||||
die("Database has already been set up.");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue