- Timestamp:
- 04/01/08 16:45:26 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/XML-Atom-Server-Lite/trunk/lib/XML/Atom/Server/Lite/Entry.pm
r1784 r8595 8 8 my $class = shift; 9 9 my $self = bless {}, $class; 10 $self->{id} = '';11 $self->{logo} = '';12 $self->{icon} = '';13 $self->{title} = '';14 $self->{link} = [];15 $self->{subject} = [];16 $self->{author} = [];17 $self->{content} = {};18 $self->{category} = {};19 $self;10 $self->{id} = ''; 11 $self->{logo} = ''; 12 $self->{icon} = ''; 13 $self->{title} = ''; 14 $self->{link} = []; 15 $self->{subject} = []; 16 $self->{author} = []; 17 $self->{content} = {}; 18 $self->{category} = {}; 19 $self; 20 20 } 21 21
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)