Roundcube Webmail
Search:
Login
Help/Guide
About Trac
Preferences
Register
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
7342d7ef
in github for
index.php
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Nov 28, 2008 3:53:48 AM (
4 years
ago)
Author:
alecpl <alec@…>
Branches:
master
,
HEAD
,
courier-fix
,
dev-browser-capabilities
,
pdo
,
release-0.6
,
release-0.7
,
release-0.8
Children:
ba1c48f
Parents:
b2265ae
Message:
re-fix
r2095
File:
1 edited
index.php
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
index.php
rb2265ae
r7342d7ef
101
101
}
102
102
else {
103
$OUTPUT->show_message($IMAP->error_code
== 0 ? 'loginfailed' : 'imaperror
', 'warning');
103
$OUTPUT->show_message($IMAP->error_code
< -1 ? 'imaperror' : 'loginfailed
', 'warning');
104
104
$RCMAIL->kill_session();
105
105
}
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive