ben
committed
on 23 Jan 02

added user service contract
openacs-4/.../dotlrn-research/www/add.xql (+0 -18)
1 1 <?xml version="1.0"?>
2   <!--
3 2
4     Copyright (C) 2001, 2002 OpenForce, Inc.
5  
6     This file is part of dotLRN.
7  
8     dotLRN is free software; you can redistribute it and/or modify it under the
9     terms of the GNU General Public License as published by the Free Software
10     Foundation; either version 2 of the License, or (at your option) any later
11     version.
12  
13     dotLRN is distributed in the hope that it will be useful, but WITHOUT ANY
14     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
15     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
16     details.
17  
18   -->
19  
20  
21 3 <queryset>
22 4
23 5     <fullquery name="add_file_to_community">
24 6         <querytext>
25 7             insert
26 8             into dotlrn_research_papers
27 9             (community_id, file_id)
28 10             values
29 11             (:community_id, :file_id)
30 12         </querytext>
31 13     </fullquery>
32 14
33 15 </queryset>