Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Imported From: http://groups.google.com/group/in-portal-bugs/browse_thread/thread/2a2ee5d35d079f8b#

V funkcii field db_tag_processor estj funkcionaljnost' pokaza X
simvolov. (first_chars,cut_first)
$first_chars = $this->SelectParam($params,'first_chars,cut_first');
if($first_chars)
{
        $needs_cut = mb_strlen($value) > $first_chars;
        $value = mb_substr($value, 0, $first_chars);
        if ($needs_cut) $value .= ' ...';

}

  • No labels