<html>
<body>
<font size=3>At Friday 7/15/2005 12:08 PM, Ahalya_Nathan@mudnebr.com
wrote:<br><br>
</font><blockquote type=cite class=cite cite=""><font size=2>Hi
all,</font><font size=3> <br>
</font><font size=2>I am analysing the code(Ticket_Overlay.pm) to create
a ticket and i come across this piece of code wherein the ticket  is
created at this stage. Can anyone tell me which parent classes Create ()
is called ?</font><font size=3> <br><br>
</font><font size=2> my ($id,$ticket_message) =
$self->SUPER::Create( %params);</font><font size=3> <br>
</font><font size=2></font></blockquote><br>
<font size=3>Ahalya,<br><br>
Ticket_Overlay.pm works together with Ticket.pm, and Ticket.pm has a line
<br><br>
@ISA= qw( RT::Record );<br><br>
which tells you the parent class.<br><br>
Steve<br><br>
</font></body>
</html>