Opened 8 years ago

Closed 7 years ago

#1326324 closed Feature Patches (None)

pgsql necessary patch

Reported by: logic Owned by: nobody
Priority: 5 Milestone:
Component: Other Version: None
Severity: critical Keywords:
Cc:

Description

This is a VERY quickie patch to get pgsql support
actually working with the latest roundcube release.
This is not the right way to do this. Let me say that
again: this is not the right way to do this. This is
just a quick hack to get things working so you can get
to a login screen.

Change History (2)

comment:1 Changed 8 years ago by nobody

Logged In: NO 

ALSO - At line 130 in the same file:

                                    WHERE  extract(epoch
from now())-extract(epoch from created) > %d",
//                                    WHERE 
UNIX_TIMESTAMP(NOW())-UNIX_TIMESTAMP(created) > %d",

For somene non-scripter reading this: 
 Search for UNIX_TIMESTAMP -  comment out the old one, add
the uncommented line  - Sorry, no diff handy.

comment:2 Changed 7 years ago by thomasb

  • Severity set to critical
  • Status changed from assigned to closed

Old stuff, considered as fixed.

Note: See TracTickets for help on using tickets.