Changeset 2091
- Timestamp:
- 04/25/08 01:26:16 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-36/php/lib/mtdb_base.php
r2049 r2091 360 360 function get_template_text($ctx, $module, $blog_id = null, $type = 'custom', $global = null) { 361 361 $blog_id or $blog_id = $ctx->stash('blog_id'); 362 if ( ($type === 'custom' || $type === 'widget')) {362 if ($type === 'custom' || $type === 'widget'|| $type === 'widgetset') { 363 363 $col = 'template_name'; 364 364 $type_filter = "and template_type='$type'";
