Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#1482140 closed Bugs (Fixed)

imap / mktime() warning

Reported by: nobody Owned by: roundcube
Priority: 5 Milestone: 0.1-beta2
Component: IMAP connection Version: None
Severity: critical Keywords:
Cc:

Description

PHP Warning:  mktime() expects parameter 5 to be long,
string given in
/usr/local/www/htdocs/webmail/program/lib/imap.inc on
line 625

Change History (2)

comment:1 Changed 7 years ago by nobody

Logged In: NO 

Fix is to replace lines 614 and 615 with the following:

        $day=(int)$a[0];
        $year=(int)$a[2];

comment:2 Changed 7 years ago by roundcube

  • Status changed from assigned to closed
Logged In: YES 
user_id=1262041

Fixed in CVS
Note: See TracTickets for help on using tickets.