Changeset 816:afc84d5e65ce for plugins/tags
- Timestamp:
- 05/11/12 12:21:16 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/_public.php
r784 r816 64 64 { 65 65 return 66 '<?php if ($_ctx->exists("meta") ) { '.66 '<?php if ($_ctx->exists("meta") && ($_ctx->meta->meta_type == "tag")) { '. 67 67 "@\$params['from'] .= ', '.\$core->prefix.'meta META ';\n". 68 68 "@\$params['sql'] .= 'AND META.post_id = P.post_id ';\n".
Note: See TracChangeset
for help on using the changeset viewer.