Changeset 3074

Show
Ignore:
Timestamp:
07/11/2008 11:05:51 AM (5 months ago)
Author:
Geert
Message:

Removed "G" from the distinct character list. I found it might look like a bit like "C" or "6" in certain fonts.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/helpers/text.php

    r2664 r3074  
    121121                        break; 
    122122                        case 'distinct': 
    123                                 $pool = '2345679ACDEFGHJKLMNPRSTUVWXYZ'; 
     123                                $pool = '2345679ACDEFHJKLMNPRSTUVWXYZ'; 
    124124                        break; 
    125125                        default: