Changeset 1511 for branches/3.0
- Timestamp:
- 11/25/2006 06:20:10 PM (2 years ago)
- Location:
- branches/3.0
- Files:
-
- 2 modified
-
HISTORY (modified) (1 diff)
-
framework/Web/TUrlMapping.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/HISTORY
r1510 r1511 2 2 ============================== 3 3 BUG: Ticket#442 - TPageService getBasePath in namespace form (Qiang) 4 BUG: Ticket#467 - typo in TUrlMapping.php (Qiang) 4 5 BUG: TTableCell should render only when Text is not set and there's no child (Qiang) 5 6 ENH: Ticket#446 - Added TMetaTagCollection.getMetaTagByID method (Qiang) -
branches/3.0/framework/Web/TUrlMapping.php
r1447 r1511 335 335 public function setRegularExpression($value) 336 336 { 337 $this->_regexp ;337 $this->_regexp=$value; 338 338 } 339 339
