Ignore:
Timestamp:
Nov 9, 2011 5:03:54 AM (20 months ago)
Author:
alec
Message:
  • Apply fixes from trunk up to r5401
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-0.7/program/include/rcube_contacts.php

    r5328 r5402  
    4242    private $filter = null; 
    4343    private $result = null; 
    44     private $name; 
    4544    private $cache; 
    4645    private $table_cols = array('name', 'email', 'firstname', 'surname'); 
     
    5150    // public properties 
    5251    public $primary_key = 'contact_id'; 
     52    public $name; 
    5353    public $readonly = false; 
    5454    public $groups = true; 
Note: See TracChangeset for help on using the changeset viewer.