/[cvs]/nfo/perl/libs/Data/Mungle/Transform/Deep.pm
ViewVC logotype

Diff of /nfo/perl/libs/Data/Mungle/Transform/Deep.pm

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

revision 1.17 by joko, Thu Mar 27 15:17:07 2003 UTC revision 1.18 by jonen, Fri Mar 28 03:07:26 2003 UTC
# Line 2  Line 2 
2  ##  $Id$  ##  $Id$
3  ## ---------------------------------------------------------------------------  ## ---------------------------------------------------------------------------
4  ##  $Log$  ##  $Log$
5    ##  Revision 1.18  2003/03/28 03:07:26  jonen
6    ##  + minor changes
7    ##
8  ##  Revision 1.17  2003/03/27 15:17:07  joko  ##  Revision 1.17  2003/03/27 15:17:07  joko
9  ##  namespace fixes for Data::Mungle::*  ##  namespace fixes for Data::Mungle::*
10  ##  ##
# Line 491  sub childObj2string { Line 494  sub childObj2string {
494    my $classname = ref $obj;    my $classname = ref $obj;
495        
496    if($option == 1) {    if($option == 1) {
497      my $string = "o_" . $classname . "_" .$obj->{guid};      my $string = "o_" . $obj->{guid} . "_" . $classname;
     return $string;  
498    }      }  
499      return $string;
500  }  }
501    
502    

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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