# $Id$
-Version 0.9.1 ()
+Version 0.9.1 (November 23rd, 2005)
------------------------------------------------------------------------
+ * Fix renaming authors and categories to also properly update permalinks
+ that have no %id% column (garvinhicking)
+
* Fix configuration for non-admins to not properly store values like
blog Title (garvinhicking)
}
$pl_data = array(
+ 'id' => $serendipity['POST']['authorid'],
'authorid' => $serendipity['POST']['authorid'],
'username' => $_POST['username'],
'realname' => $_POST['realname'],
}
$pl_data = array(
+ 'id' => $serendipity['POST']['authorid'],
'authorid' => $serendipity['POST']['authorid'],
'username' => $_POST['username'],
'realname' => $_POST['realname'],
serendipity_plugin_api::hook_event('backend_category_update', $cid);
$data = array(
+ 'id' => $cid,
'categoryid' => $cid,
'category_name' => $name,
'category_description' => $desc