summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Ticket/System.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-06-10 11:24:11 +0000
committerfukachan <fukachan>2001-06-10 11:24:11 +0000
commita33aab4318cb9db5b256bde58dde891a562aadfa (patch)
tree5940b92002d985235c9fc1b8f25aacaa6d9701fe /fml/lib/FML/Ticket/System.pm
parent02dc1a35784121c632387121810b10100fb80d66 (diff)
downloadfml8-a33aab4318cb9db5b256bde58dde891a562aadfa.tar.gz
fml8-a33aab4318cb9db5b256bde58dde891a562aadfa.tar.bz2
fml8-a33aab4318cb9db5b256bde58dde891a562aadfa.zip
modify to use $ticket_driver. $ticket_driver is class name not model
name.
Diffstat (limited to 'fml/lib/FML/Ticket/System.pm')
-rw-r--r--fml/lib/FML/Ticket/System.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Ticket/System.pm b/fml/lib/FML/Ticket/System.pm
index e5f3b597..a7888677 100644
--- a/fml/lib/FML/Ticket/System.pm
+++ b/fml/lib/FML/Ticket/System.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: System.pm,v 1.23 2001/04/08 13:25:39 fukachan Exp $
+# $FML: System.pm,v 1.24 2001/05/30 04:03:22 fukachan Exp $
#
package FML::Ticket::System;
@@ -22,8 +22,8 @@ FML::Ticket::System - ticket system core engine
=head1 SYNOPSIS
- use Ticket::Model::minimal_states;
- $ticket = new Ticket::Model::minimal_states;
+ use FML::Ticket::Model::minimal_states;
+ $ticket = new FML::Ticket::Model::minimal_states;
$ticket->assign($curproc, $args);
$ticket->update_cache($curproc, $args);