Minor improvements and bugfixes (see changelog)

release-0.6
thomascube 19 years ago
parent 8c2e58b42e
commit ad57b3ab3a

@ -3,6 +3,7 @@ CHANGELOG RoundCube Webmail
2006/03/20
----------
- Avoid error message when saving an unchanged identity (Bug #1429510)
- Fixed hard-coded cols selection for sent folder (Bug #1354586)
- Enable some HTML links for use with "open in new window" or "save target"
- Check meta-key instead of ctrl on Macs

@ -80,7 +80,7 @@ if ($_POST['_iid'])
// ...
}
}
else
else if ($DB->is_error())
{
// show error message
show_message('errorsaving', 'error');

Loading…
Cancel
Save