~ubuntu-branches/ubuntu/maverick/lire/maverick

« back to all changes in this revision

Viewing changes to all/lib/Lire/ReportJob.pm

  • Committer: Bazaar Package Importer
  • Author(s): Joost van Baal
  • Date: 2006-11-02 15:30:00 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061102153000-ln3b4oxkq0xws8c1
Tags: 2:2.0.2-3
debian/po/cs.po: Updated Czech translation. Thanks Martin Šín
(Closes: #391544).

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
the $store DlfStore. Once the method returns, XML report will have
103
103
been generated in the DlfStore and OutputJob associated with the
104
104
ScheduleJob will have been sent. The $time parameter will be used to
105
 
determine the time window coverted by period. It defaults to the
 
105
determine the time window covered by period. It defaults to the
106
106
current time.
107
107
 
108
108
=cut
148
148
 
149
149
=head1 VERSION
150
150
 
151
 
$Id: ReportJob.pm,v 1.7 2004/07/13 20:35:15 flacoste Exp $
 
151
$Id: ReportJob.pm,v 1.9 2006/07/23 13:16:29 vanbaal Exp $
152
152
 
153
153
=head1 COPYRIGHT
154
154
 
168
168
 
169
169
You should have received a copy of the GNU General Public License
170
170
along with this program (see COPYING); if not, check with
171
 
http://www.gnu.org/copyleft/gpl.html or write to the Free Software
172
 
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
 
171
http://www.gnu.org/copyleft/gpl.html.
173
172
 
174
173
=cut
175
174