Changeset 2482
- Timestamp:
- 09/12/06 08:11:02 (5 months ago)
- Files:
-
- branches/0.6-bugfix/lib/SGL/Output.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.6-bugfix/lib/SGL/Output.php
r2479 r2482 425 425 } 426 426 427 if ($isBold) 427 if ($isBold) { 428 428 $curRowClass .= ' bold'; 429 429 } 430 430 return $curRowClass; 431 431 }