/[cvs]/nfo/perl/libs/Data/Storage/Handler/Tangram.pm
ViewVC logotype

Diff of /nfo/perl/libs/Data/Storage/Handler/Tangram.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.46 by jonen, Thu May 6 12:54:34 2004 UTC revision 1.47 by jonen, Tue Aug 31 14:26:08 2004 UTC
# Line 3  Line 3 
3  #  $Id$  #  $Id$
4  #  #
5  #  $Log$  #  $Log$
6    #  Revision 1.47  2004/08/31 14:26:08  jonen
7    #  updated
8    #
9  #  Revision 1.46  2004/05/06 12:54:34  jonen  #  Revision 1.46  2004/05/06 12:54:34  jonen
10  #  + bugfix related to multiple select-'filter'  #  + bugfix related to multiple select-'filter'
11  #  #
# Line 1036  sub createNode { Line 1039  sub createNode {
1039          # because they maybe exists and should only be SETTED not CREATED!          # because they maybe exists and should only be SETTED not CREATED!
1040          # TODO: Create a flag at the scheme for that reason!          # TODO: Create a flag at the scheme for that reason!
1041          #   (e.g child_node => 1 for child-nodes only like e.g. UserData)          #   (e.g child_node => 1 for child-nodes only like e.g. UserData)
1042          if($attr_options->{$_}->{class} eq 'NetPerson' || $attr_options->{$_}->{class} eq 'Event') {          if($attr_options->{$_}->{class} eq 'NetPerson' || $attr_options->{$_}->{class} eq 'Event' || $attr_options->{$_}->{class} eq 'BetRule') {
1043            #$obj->{$_} = undef();            #$obj->{$_} = undef();
1044          } else {          } else {
1045            $obj->{$_} = $self->createNode($attr_options->{$_}->{class});            $obj->{$_} = $self->createNode($attr_options->{$_}->{class});

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed