Show
Ignore:
Timestamp:
02/16/2008 03:40:44 AM (11 months ago)
Author:
Geert
Message:

Some small changes:

  • Validation length now utf8
  • No more use of :any and :num in routes
  • A few comment updates
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/drivers/Database.php

    r2062 r2064  
    287287                        break; 
    288288                        case 'double': 
     289                                // Convert to non-locale aware float to prevent possible commas 
    289290                                $value = sprintf('%F', $value); 
    290291                        break;