View Single Post
Old 06.10.2004, 11:19   #3 (permalink)
scoobyfun
Baby Mamber
 
scoobyfun's Avatar
 
Join Date: Oct 2004
Posts: 2
scoobyfun is on a distinguished road
Default 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.
scoobyfun is offline   Reply With Quote