--- parser3/src/www/htdocs/Attic/index.html 2001/04/04 06:16:23 1.101 +++ parser3/src/www/htdocs/Attic/index.html 2001/04/04 11:47:31 1.103 @@ -31,14 +31,12 @@ $n $m ^if(^s.match[$:m][i]){matches}{do not match} $s
@main[] -^connect[$DEFAULTS.connect-string]{ +^connect[$SQL.connect-string]{ $news[^table:sql{select * from news}(1;4)] ^$news.0=$news.0
- ^connect[2$DEFAULTS.connect-string]{ - $news[^table:sql{select * from news}(1;4)] - ^$news.0=$news.0
- } - $news[^table:sql{select * from news}(1;4)] +} +^connect[$SQL.connect-string]{ + $news[^table:sql{select * from news}(2;5)] ^$news.0=$news.0
}