thomascube
2006-03-20 ad57b3ab3ab6ac5f7e41580a96bf03900a52e5b2
Minor improvements and bugfixes (see changelog)


2 files modified
3 ■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
program/steps/settings/save_identity.inc 2 ●●● patch | view | raw | blame | history
CHANGELOG
@@ -3,6 +3,7 @@
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
program/steps/settings/save_identity.inc
@@ -80,7 +80,7 @@
      // ...      
      }
    }
  else
  else if ($DB->is_error())
    {
    // show error message
    show_message('errorsaving', 'error');