Ignore:
Timestamp:
04/03/07 16:30:17 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/contactcenter/inc/class.ui_data.inc.php

    r2 r12  
    627627                                                                                'value' => 'u' 
    628628                                                                                ), 
    629                                                                                 1 => array( 
     629                                                                                /*1 => array( 
    630630                                                                                'field' => 'contact.account_type', 
    631631                                                                                'type'  => '=', 
    632632                                                                                'value' => 'g' 
    633                                                                                 ), 
     633                                                                                ),*/ 
    634634                                                                                2 => array( 
    635635                                                                                'field' => 'contact.account_type', 
     
    709709                                                                        'value' => 'u' 
    710710                                                                        ), 
    711                                                                         1 => array( 
     711                                                                        /*1 => array( 
    712712                                                                        'field' => 'contact.account_type', 
    713713                                                                        'type'  => '=', 
    714714                                                                        'value' => 'g' 
    715                                                                         ), 
     715                                                                        ),*/ 
    716716                                                                        2 => array( 
    717717                                                                        'field' => 'contact.account_type', 
     
    10321032 
    10331033                                //      If contact is a public list, then load the forwarding addresses. 
    1034                                 if($contact['account_type'][0] == 'l') 
    1035                                         $final[3][$i][7] = array(); 
    1036  
    1037                                         $final[4][$i] = $contact['photo'] ? 1 : 0; 
     1034                                        if($contact['account_type'][0] == 'l') 
     1035                                                $final[3][$i][7] = array(); 
     1036 
     1037                                        $final[4][$i] = $contact['photo'] ? 1  : 0; 
    10381038                                        $i++; 
    10391039                                } 
     
    19021902                        return; 
    19031903                } 
    1904  
    19051904                 
    19061905                /*! 
Note: See TracChangeset for help on using the changeset viewer.