CMS MADE SIMPLE FORGE

Banners Module

 

[#2278] Wrong column type for time

avatar
Created By: Carsten Wiedmann (wiedmann)
Date Submitted: Wed May 21 23:50:54 -0400 2008

Assigned To:
Version: None
CMSMS Version: None
Severity: None
Resolution: None
State: Open
Summary:
Wrong column type for time
Detailed Description:
In the tabel banners_hits the columns time must be from type datetime and not
time.


History

Comments
avatar
Date: 2008-05-22 00:13
Posted By: Carsten Wiedmann (wiedmann)

There is an additional problem. The function want insert:
'\'2008-05-22 06:15:00\''
into the db. But it must be:
'2008-05-22 06:15:00'