Project

General

Profile

Bug #3535 » 3535-part2.patch

krileon, 24 May 2012 19:09

View differences:

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();
}
}
(2-2/2)