mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-11 09:18:35 +02:00
Fixed #37
This commit is contained in:
parent
aaa2971c4b
commit
25bc76d54e
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ class ApplicationsController extends Controller
|
||||||
return $response->withHeader('Location', '/application/create')->withStatus(302);
|
return $response->withHeader('Location', '/application/create')->withStatus(302);
|
||||||
}
|
}
|
||||||
|
|
||||||
$date_add = 12;
|
$date_add = 0;
|
||||||
|
|
||||||
$result = $db->selectRow('SELECT accountBalance, creditLimit FROM registrar WHERE id = ?', [$clid]);
|
$result = $db->selectRow('SELECT accountBalance, creditLimit FROM registrar WHERE id = ?', [$clid]);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue