Changeset 3057:c03560e93166 for inc/core/class.dc.meta.php
- Timestamp:
- 07/17/15 14:21:28 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.meta.php
r2566 r3057 404 404 while ($rs_static->fetch()) 405 405 { 406 $rs_static->set('meta_id_lower', mb_strtolower($rs_static->meta_id));406 $rs_static->set('meta_id_lower',dcUtils::removeDiacritics(mb_strtolower($rs_static->meta_id))); 407 407 408 408 $count = $rs_static->count;
Note: See TracChangeset
for help on using the changeset viewer.