Changeset 3074
- Timestamp:
- 07/11/2008 11:05:51 AM (5 months ago)
- Files:
-
- 1 modified
-
trunk/system/helpers/text.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/helpers/text.php
r2664 r3074 121 121 break; 122 122 case 'distinct': 123 $pool = '2345679ACDEF GHJKLMNPRSTUVWXYZ';123 $pool = '2345679ACDEFHJKLMNPRSTUVWXYZ'; 124 124 break; 125 125 default:
