/[suikacvs]/webroot/swe/lib/suikawiki/main.pl
Suika

Diff of /webroot/swe/lib/suikawiki/main.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24