2000-10-26
2000-10-26 14:04:33 by Kenneth Johansson <kenneth.johansson.home@gmail.com>
-
8147d0e365ce6a9ef885a6cfcb510939d565f0a6
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: 2.1
Fixed some errors.
Rev: server/modules/graphics/cimg.pike:1.32
Rev: server/modules/tags/rxmltags.pike:1.184
7:
roxen.ImageCache the_cache;
- constant cvs_version = "$Id: cimg.pike,v 1.31 2000/09/19 21:47:20 kuntri Exp $";
+ constant cvs_version = "$Id: cimg.pike,v 1.32 2000/10/26 14:04:33 kuntri Exp $";
constant module_type = MODULE_TAG;
constant module_name = "Image converter";
constant module_doc = "Provides the tag <tt><cimg></tt> that can be used "
42: Inside #if defined(manual)
variables.
<ex type='box'>
<emit source='sql' query='select imagedata from images where id=37'>
- <cimg data='<ent>sql.imagedata</ent>'/>
+ <cimg data='&sql.imagedata;'/>
</emit>
</ex>
</attr>",
64: Inside #if defined(manual)
variables.
<ex type='box'>
<emit source='sql' query='select imagedata from images where id=37'>
- <cimg data='<ent>sql.imagedata</ent>'/>
+ <cimg data='&sql.imagedata;'/>
</emit>
</ex>
</attr>",