PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » LiveUser » Bug #451

another sql compatibility suggestion

Details

Submitted2003-12-18 02:21 UTC
Fromkipaten21 at hotmail dot com
Assignedarnaud
StatusClosed
PackageLiveUser
PHP VersionIrrelevant
OSANY
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