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/calendar/egroupware.org/accept_holiday.php

    r2 r7655  
    2525                        $c_holidays = count($_POST['name']); 
    2626                        $fp = fopen($file,'w'); 
    27                         for($i=0;$i<$c_holidays;$i++) 
     27                        for($i=0;$i<$c_holidays;++$i) 
    2828                        { 
    2929                                fwrite($fp,$_POST['locale']."\t".$_POST['name'][$i]."\t".$_POST['day'][$i]."\t".$_POST['month'][$i]."\t".$_POST['occurence'][$i]."\t".$_POST['dow'][$i]."\t".$_POST['observance'][$i]."\n"); 
Note: See TracChangeset for help on using the changeset viewer.