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.schema_proc_pgsql.inc.php

    r5934 r7655  
    385385                        { 
    386386                                $aIx[$i] = trim($ix); 
    387                                 $i++; 
     387                                ++$i; 
    388388                        } 
    389389                        /* Restore original value */ 
     
    409409 
    410410                                        $sSQL .= $name; 
    411                                         $i++; 
     411                                        ++$i; 
    412412                                } 
    413413 
     
    444444                                                } 
    445445                                        } 
    446                                         $i++; 
     446                                        ++$i; 
    447447                                } 
    448448                                $sSQL .= ')'; 
Note: See TracChangeset for help on using the changeset viewer.