[system] / trunk / webwork2 / lib / WeBWorK / DB / Record / Key.pm Repository:
ViewVC logotype

Annotation of /trunk/webwork2/lib/WeBWorK/DB/Record/Key.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 783 - (view) (download) (as text)

1 : sh002i 783 ################################################################################
2 :     # WeBWorK mod_perl (c) 2000-2002 WeBWorK Project
3 :     # $Id$
4 :     ################################################################################
5 :    
6 :     package WeBWorK::DB::Record::Key;
7 :     use base WeBWorK::DB::Record;
8 :    
9 :     =head1 NAME
10 :    
11 :     WeBWorK::DB::Record::Key - represent a record from the key table.
12 :    
13 :     =cut
14 :    
15 :     use strict;
16 :     use warnings;
17 :    
18 :     sub FIELDS($) {qw(
19 :     user_id
20 :     key
21 :     )}
22 :    
23 :     1;

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9