Re: AKOcomment and time
I made a change to the database to resolve the problem.
( system database query)
ALTER TABLE `mambo45`.`mos_akocomment` MODIFY COLUMN `date` text NOT NULL;
( in components\akocomment.php )
$date = strftime ("%A, %d %B %Y. %H:%M", time()+25200);
25200 = (time offset) * 60 * 60
( in administrator\components\com_akocomment\admin.akoc omment.php )
$row->date = strftime ("%A, %d %B %Y. %H:%M", time()+25200);
Last edited by scoobyfun; 06.10.2004 at 13:02.
|