Don't preset entry author or id

This commit is contained in:
Judebert 2008-09-23 13:53:16 +00:00
parent 8b277b11a5
commit c4845a48a7

View File

@ -384,8 +384,9 @@ switch($serendipity['GET']['adminAction']) {
'last_modified' => $sim_last_modified,
'comments' => 0,
'trackbacks' => 0,
'authorid' => $serendipity['user'],
'author' => $serendipity['authorid']
// Messing with these causes problems when entry is saved
//'authorid' => $serendipity['user'],
//'author' => $serendipity['authorid']
// Not possible to get loginname or email, so far as I can tell
//'loginname' =>
//'email' =>