Home » Authentication » LiveUser » Bug #451
another sql compatibility suggestion
Details
| Submitted | 2003-12-18 02:21 UTC |
|---|---|
| From | kipaten21 at hotmail dot com |
| Assigned | arnaud |
| Status | Closed |
| Package | LiveUser |
| PHP Version | Irrelevant |
| OS | ANY |
| Roadmaps | (Not assigned) |
Comments
[2003-12-18 02:21 UTC] kipaten21 at hotmail dot com
Description:
------------
Suggest changing
$this->dbc->quote(date('Y.m.d H:i:s', $this->currentLogin))
to
$this->dbc->quote(date('Y-m-d H:i:s', $this->currentLogin))
since YYYY-MM-DD is a SQL standard.
Auth/Container/DB.php:143