Show
Ignore:
Timestamp:
12/26/2007 07:35:04 AM (13 months ago)
Author:
Geert
Message:
  • Database: fixed float related bug. Certain locales (nl_NL and probably many other European) display floats with a comma "," as decimal separator. This caused invalid SQL syntax, of course. The escape() function now converts floats to be non-locale aware.
  • Calendar: strftime() is locale aware, you don't even need a translation file for the months
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/views/pagination/extended.php

    r1535 r1615  
    1313        <?php else: ?> 
    1414                &laquo;&nbsp;<?php echo Kohana::lang('pagination.previous') ?> 
    15         <?php endif; ?> 
     15        <?php endif ?> 
    1616         
    1717        | <?php echo Kohana::lang('pagination.page') ?> <?php echo $current_page ?> <?php echo Kohana::lang('pagination.of') ?> <?php echo $total_pages ?> 
     
    2323        <?php else: ?> 
    2424                <?php echo Kohana::lang('pagination.next') ?>&nbsp;&raquo; 
    25         <?php endif; ?> 
     25        <?php endif ?> 
    2626         
    2727</p>