/[fuse_dbi]/trunk/examples/strix-static3.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/examples/strix-static3.pl

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

revision 57 by dpavlin, Tue Apr 26 20:17:14 2005 UTC revision 58 by dpavlin, Fri Apr 29 16:05:31 2005 UTC
# Line 42  unless (-w $mount) { Line 42  unless (-w $mount) {
42  my $sql = {  my $sql = {
43          'filenames' => q{          'filenames' => q{
44                  select                  select
45                          layout_id as id,                          layout_id as id,
46                          layout_id||'-'||title||'.html' as filename,                          replace(getpathfromnav(kategorija_id),' > ','/')||'/'||title||'.html' as filename,
47                          length(content) as size,                          length(content) as size,
48                          true as writable                          true as writable
49                  from static3                  from static3, layout
50                    where static3.layout_id = layout.id
51          },          },
52          'read' => q{          'read' => q{
53                  select content                  select content

Legend:
Removed from v.57  
changed lines
  Added in v.58

  ViewVC Help
Powered by ViewVC 1.1.26