HomeHelpTrac

Changeset 15759 for trunk/inc


Ignore:
Timestamp:
12/14/11 01:11:37 (6 months ago)
Author:
Alexander Trofimov
Message:

getStringWithLimitedLength

Location:
trunk/inc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/inc/classes/BxDolGridQuery.php

    r15748 r15759  
    5050                'title' => _t($aRow['title']), 
    5151                'width' => $aRow['width'], 
     52                'chars_limit' => $aRow['chars_limit'], 
    5253            ); 
    5354            if (empty($aRow['params'])) 
  • trunk/inc/utils.inc.php

    r15698 r15759  
    122122    return ($cnt['cnt'] > 0 ? true : false); 
    123123} 
    124  
    125124 
    126125/* 
Note: See TracChangeset for help on using the changeset viewer.