Changeset 926
- Timestamp:
- 12/15/06 03:08:21 (2 years ago)
- Files:
-
- branches/wheeljack/lib/MT/App.pm (modified) (1 diff)
- branches/wheeljack/lib/MT/App/Comments.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/wheeljack/lib/MT/App.pm
r717 r926 1270 1270 my $app = shift; 1271 1271 my($url, %options) = @_; 1272 $url =~ s/[\r\n].*$//s; 1272 1273 $app->{redirect_use_meta} = $options{UseMeta}; 1273 1274 unless ($url =~ m!^https?://!i) { branches/wheeljack/lib/MT/App/Comments.pm
r752 r926 353 353 $comment_link = $entry->permalink; 354 354 } else { 355 $static =~ s/[\r\n].*$//s; 355 356 $comment_link = $static . '#' . $comment->id; 356 357 }
