Version 0.9-beta2 ()
------------------------------------------------------------------------
+ * Fix a bug in the fetchEntry() function which can lead to wrong
+ author/authorid settings when editing an existing entry. Thanks to
+ Martin Eichenberg! (garvinhicking)
+
* The output of the category plugin can now be styled via Smarty
templating (plugin_categories.tpl)
serendipity_plugin_api::hook_event('frontend_fetchentry', $cond, array('noSticky' => true));
- $querystring = "SELECT
- *,
+ $querystring = "SELECT e.id,
+ e.title,
+ e.timestamp,
+ e.body,
+ e.comments,
+ e.trackbacks,
+ e.extended,
+ e.exflag,
+ e.authorid,
+ e.isdraft,
+ e.allow_comments,
+ e.last_modified,
+ e.moderate_comments,
+
a.realname AS author,
a.email
FROM