# Copyright 2002-2007 Interchange Development Group and others # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. See the LICENSE file for details. UserTag load_cart Order nickname UserTag load_cart AttrAlias name nickname UserTag load_cart Version 1.5 UserTag load_cart Routine <userdb({function => 'get_cart', nickname => $nickname, merge => 1}); $Scratch->{just_nickname} = $jn; if($recurring eq 'c') { $Tag->userdb({function => 'delete_cart', nickname => $nickname}); } return ''; } EOR