wer111, это не в бд, а в ядре:
public static function strToURL($str, $is_cyr = false){
if(!$is_cyr){
'а'=>'a','б'=>'b','в'=>'v','г'=>'g','д'=>'d',
'е'=>'e','ё'=>'yo','ж'=>'zh','з'=>'z',
'и'=>'i','й'=>'i','к'=>'k','л'=>'l','м'=>'m',
'н'=>'n','о'=>'o','п'=>'p','р'=>'r','с'=>'s',
'т'=>'t','у'=>'u','ф'=>'f','х'=>'h','ц'=>'c',
'ч'=>'ch','ш'=>'sh','щ'=>'sch','ъ'=>'','ы'=>'y',
'ь'=>'','э'=>'ye','ю'=>'yu','я'=>'ja'
);
foreach($ru_en as $ru=>$en){
}
}
if (!$string){ $string = 'untitled'; }
if (is_numeric($string)){ $string .= 'untitled'; }
}
core/cms.php