* Add enclair_db option to UserDB.pm. Allows logging of enclair password
[interchange.git] / code / SystemTag / attr_list.coretag
1 # Copyright 2002-2007 Interchange Development Group and others
2
3 # This program is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; either version 2 of the License, or
6 # (at your option) any later version.  See the LICENSE file for details.
7
8 # $Id: attr_list.coretag,v 1.8 2008-07-12 19:27:12 docelic Exp $
9
10 UserTag attr_list           addAttr
11 UserTag attr_list           hasEndTag
12 UserTag attr_list           PosNumber    0
13 UserTag attr_list           noRearrange
14 UserTag attr_list           Version      $Revision: 1.8 $
15 UserTag attr_list           Routine      <<EOR
16 sub {
17         my ($opt, $body) = @_;
18         if( ref $opt->{hash} ) {
19                 $opt = $opt->{hash};
20         }
21         return Vend::Interpolate::tag_attr_list($body, $opt);
22 }
23 EOR