Ignore:
Timestamp:
12/18/12 16:15:29 (11 years ago)
Author:
douglasz
Message:

Ticket #3236 - Correcoes para Performance: Function Within Loop Declaration.

File:
1 edited

Legend:

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

    r7655 r7673  
    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        // $buffer_count = count($buffer); 
     627                // for($i=0;$i<$buffer_count;++$i) 
    627628                // { 
    628629                //     $vcards .= $this->vcard->out($buffer[$i]); 
Note: See TracChangeset for help on using the changeset viewer.