2003-09-08
2003-09-08 14:07:49 by Anders Johansson <anders@roxen.com>
-
79f3f1bf2f973f0e918bf4d53f8b9649410b7044
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 5.2
Fixed bug in <cimg data=''/> example.
Rev: server/modules/graphics/cimg.pike:1.58
7:
roxen.ImageCache the_cache;
- constant cvs_version = "$Id: cimg.pike,v 1.57 2003/07/04 12:07:41 jonasw Exp $";
+ constant cvs_version = "$Id: cimg.pike,v 1.58 2003/09/08 14:07:49 anders Exp $";
constant module_type = MODULE_TAG;
constant module_name = "Graphics: Image converter";
constant module_doc = "Provides the tag <tt><cimg></tt> that can be used "
43: Inside #if defined(manual)
Insert images from other sources, e.g. databases through entities or
variables.</p>
<ex-box><emit source='sql' query='select imagedata from images where id=37'>
- <cimg data='&sql.imagedata;'/>
+ <cimg data='&sql.imagedata:none;'/>
</emit></ex-box>
</attr>",