Parent Directory
|
Revision Log
|
Patch
revision 1.38 by wakaba, Mon Sep 14 02:13:13 2009 UTC | revision 1.39 by wakaba, Mon Sep 14 02:41:01 2009 UTC | |
---|---|---|
# | Line 129 if ($path[0] eq 'n' and @path == 2) { | Line 129 if ($path[0] eq 'n' and @path == 2) { |
129 | ||
130 | require SWE::Object::Document; | require SWE::Object::Document; |
131 | my $docobj = SWE::Object::Document->new (id => $id, db => $db); | my $docobj = SWE::Object::Document->new (id => $id, db => $db); |
132 | $docobj->rebless; | |
133 | ||
134 | if ($format eq 'text' and defined $id) { | if ($format eq 'text' and defined $id) { |
135 | $docobj->{content_db} = $content_db; ## XXX | $docobj->{content_db} = $content_db; ## XXX |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |