Bug #3535 » 3535-part2.patch
administrator/components/com_comprofiler/library/cb/cb.tables.php | ||
---|---|---|
if ( $isNew ) {
|
||
if ( checkJversion() != 1 ) {
|
||
// J1.5 works better with null here... has bug that it offsets the time by server date, others need this:
|
||
$this->registerDate = date('Y-m-d H:i:s', $_CB_framework->now() );
|
||
$this->registerDate = $_CB_framework->dateDbOfNow();
|
||
}
|
||
}
|
||
|
- « Previous
- 1
- 2
- Next »