Ignore:
Timestamp:
Jan 28, 2011, 10:22:28 PM (13 years ago)
Author:
tiico
Message:
  • Correct hour/min bug when time is set to 00h00 and control coherence between end and begin dates/hours
  • Correct export to csv file (utf8decode)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ConcoursPhoto/include/Concours.class.php

    r8946 r8965  
    16861686                }
    16871687if ($this->debug)               echo $file;
    1688                 return $file;
     1688                return utf8_decode($file);
    16891689       
    16901690               
Note: See TracChangeset for help on using the changeset viewer.