ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/kgsueme/room.pl
(Generate patch)

Comparing kgsueme/kgsueme/room.pl (file contents):
Revision 1.11 by pcg, Mon Jun 2 12:39:20 2003 UTC vs.
Revision 1.12 by pcg, Tue Jun 3 04:45:43 2003 UTC

95} 95}
96 96
97sub event_update_roominfo { 97sub event_update_roominfo {
98 my ($self) = @_; 98 my ($self) = @_;
99 99
100 $self->{text}->append_text("\n<owner>" . (util::toxml $self->{owner}) . "</owner>\n" 100 $self->{text}->append_text("\n<user>" . (util::toxml $self->{owner}) . "</user>\n"
101 . "<description>" . (util::toxml $self->{description}) . "</description>\n"); 101 . "<description>" . (util::toxml $self->{description}) . "</description>\n");
102} 102}
103 103
104sub destroy { 104sub destroy {
105 my ($self) = @_; 105 my ($self) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines