Ignore:
Timestamp:
12/14/12 14:30:35 (11 years ago)
Author:
douglasz
Message:

Ticket #3236 - Melhorias de performance no codigo do Expresso.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/class.vcard.inc.php

    r6057 r7655  
    560560                                                                $namel = 'n_' . $myname; 
    561561                                                                $entry[$namel] = $values[$j]; 
    562                                                                 $j++; 
     562                                                                ++$j; 
    563563                                                        } 
    564564                                                        break; 
     
    624624                // Takes an array of contacts class fields/values, turns it into a vcard string: 
    625625                // 
    626                 // for($i=0;$i<count($buffer);$i++) 
     626                // for($i=0;$i<count($buffer);++$i) 
    627627                // { 
    628628                //     $vcards .= $this->vcard->out($buffer[$i]); 
Note: See TracChangeset for help on using the changeset viewer.