Ignore:
Timestamp:
Dec 3, 2005 11:54:12 AM (8 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
31b2cee
Parents:
5bc8cb66
Message:

Re-design of caching (new database table added\!); some bugfixes; Postgres support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/settings/edit_identity.inc

    r10a69975 r1cded85  
    2626              WHERE  identity_id=? 
    2727              AND    user_id=? 
    28               AND    del<>'1'", 
     28              AND    del<>1", 
    2929              $id, 
    3030              $_SESSION['user_id']); 
     
    6464                       'reply-to'     => array('type' => 'text', 'label' => 'replyto'), 
    6565                       'bcc'          => array('type' => 'text'), 
    66                        'default'      => array('type' => 'checkbox', 'label' => 'setdefault')); 
     66                       'signature'        => array('type' => 'textarea'), 
     67                       'standard'     => array('type' => 'checkbox', 'label' => 'setdefault')); 
    6768 
    6869 
Note: See TracChangeset for help on using the changeset viewer.