In shouts.module, this line:

$result = db_query($sql, $uid, $message, date('Y-m-d h:i:s'));

should be this:

$result = db_query($sql, $uid, $message, date('Y-m-d H:i:s'));

Little "h" is 12-hour format, and will give you ORDER problems (reset at noon). This should be replaced with capital "H" - the 24-hour format.

Best,
Andrey.

Comments

mr.andrey’s picture

nils.destoop’s picture

Status: Active » Fixed

fixed

Stalski’s picture

Assigned: Unassigned » nils.destoop
Priority: Normal » Critical

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.