Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Sep 2, 2005
1 parent 66095d2 commit 09029f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Slash/Apache/User/User.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -815,6 +815,7 @@ Bender:This guy's not making any sense. Can I kill him? Please?
Bender:Hooray, we don't have to do anything! Bender:Hooray, we don't have to do anything!
Bender:I only speak enough binary to ask where the bathroom is. Bender:I only speak enough binary to ask where the bathroom is.
Bender: nogoodlawsprotectingtheinnocent-- Bender: nogoodlawsprotectingtheinnocent--
Bender: Senseless death! The folk singer's best friend!
Fry:There's a lot about my face you don't know. Fry:There's a lot about my face you don't know.
Fry:These new hands are great. I'm gonna break them in tonight. Fry:These new hands are great. I'm gonna break them in tonight.
Fry:I refuse to testify on the grounds that my organs will be chopped up into a patty. Fry:I refuse to testify on the grounds that my organs will be chopped up into a patty.
Expand Down
2 changes: 1 addition & 1 deletion Slash/XML/RSS/RSS.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ The complete RSS data as a string.


sub create { sub create {
my($class, $param) = @_; my($class, $param) = @_;
return unless exists $param->{items}; return unless ref($param->{items}) eq 'ARRAY';


my $self = bless {}, $class; my $self = bless {}, $class;


Expand Down
2 changes: 1 addition & 1 deletion plugins/YASS/YASS.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ sub getActive {
"yass_sites.sid as sid, url, title, id, failures", "yass_sites.sid as sid, url, title, id, failures",
"yass_sites, stories", "yass_sites, stories",
$where, $where,
$order); $order) || [];


return $sites; return $sites;
} }
Expand Down

0 comments on commit 09029f8

Please sign in to comment.