Changeset ad57b3ab in github


Ignore:
Timestamp:
Mar 20, 2006 5:38:10 PM (7 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
d1dfb1e
Parents:
8c2e58b
Message:

Minor improvements and bugfixes (see changelog)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r8c2e58b rad57b3ab  
    442006/03/20 
    55---------- 
     6- Avoid error message when saving an unchanged identity (Bug #1429510) 
    67- Fixed hard-coded cols selection for sent folder (Bug #1354586) 
    78- Enable some HTML links for use with "open in new window" or "save target" 
  • program/steps/settings/save_identity.inc

    rea7c46b rad57b3ab  
    8181      } 
    8282    } 
    83   else 
     83  else if ($DB->is_error()) 
    8484    { 
    8585    // show error message 
Note: See TracChangeset for help on using the changeset viewer.