Changeset 2748
- Timestamp:
- 11/12/10 10:35:06 (13 years ago)
- Location:
- plugins/mymeta/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/mymeta/trunk/_define.php
r2730 r2748 17 17 /* Description*/ "User-defined metadata management in posts", 18 18 /* Author */ "Bruno Hondelatte", 19 /* Version */ '0.4. 2',19 /* Version */ '0.4.3', 20 20 /* Permissions */ 'usage,contentadmin', 21 21 /* Priority */ 1001 -
plugins/mymeta/trunk/_public.php
r2406 r2748 225 225 '<?php while ($_ctx->meta->fetch()) : '."\n". 226 226 '$_ctx->mymeta = $core->mymeta->getByID($_ctx->meta->meta_type); ?>'."\n". 227 $content.'<?php endwhile; '.228 '$_ctx->m ymeta = null; $_ctx->meta = null; ?>';227 $content.'<?php $_ctx->mymeta = null; endwhile; '. 228 '$_ctx->meta = null; ?>'; 229 229 230 230 return sprintf($f,$res);
Note: See TracChangeset
for help on using the changeset viewer.