- Timestamp:
- 12/14/11 01:11:37 (6 months ago)
- Location:
- trunk/inc
- Files:
-
- 2 edited
-
classes/BxDolGridQuery.php (modified) (1 diff)
-
utils.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/classes/BxDolGridQuery.php
r15748 r15759 50 50 'title' => _t($aRow['title']), 51 51 'width' => $aRow['width'], 52 'chars_limit' => $aRow['chars_limit'], 52 53 ); 53 54 if (empty($aRow['params'])) -
trunk/inc/utils.inc.php
r15698 r15759 122 122 return ($cnt['cnt'] > 0 ? true : false); 123 123 } 124 125 124 126 125 /*
Note: See TracChangeset
for help on using the changeset viewer.