mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-04 00:31:50 +02:00
Further PostgreSQL compatibility
This commit is contained in:
parent
5dc5160f8e
commit
bc8f904c3a
4 changed files with 63 additions and 63 deletions
|
@ -44,7 +44,7 @@ while ($row = $stmt_domain->fetch(PDO::FETCH_ASSOC)) {
|
|||
}
|
||||
}
|
||||
|
||||
[$price] = $dbh->query("SELECT m$date_add FROM domain_price WHERE tldid = '$tld_id' AND command` = 'transfer' LIMIT 1")->fetch(PDO::FETCH_NUM);
|
||||
[$price] = $dbh->query("SELECT m$date_add FROM domain_price WHERE tldid = '$tld_id' AND command = 'transfer' LIMIT 1")->fetch(PDO::FETCH_NUM);
|
||||
|
||||
if (($registrar_balance + $creditLimit) < $price) {
|
||||
$echo = 'The registrar who took over this domain has no money to pay the renewal period that resulted from the transfer request';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue