Corrected survey timeout issues.

This commit is contained in:
Kaleb Murphy 2008-12-17 14:46:54 +00:00
parent 20070aac8d
commit 5741d71445
3 changed files with 189 additions and 87 deletions

View file

@ -887,8 +887,8 @@ SQL
'link' => $postUrl,
guid => $postUrl,
description => $post->get('synopsis'),
epochDate => $post->get('creationDate'),
pubDate => $datetime->epochToMail($post->get('creationDate')),
epochDate => $post->get('revisionDate'),
pubDate => $datetime->epochToMail($post->get('revisionDate')),
attachmentLoop => $attachmentLoop,
userDefined1 => $post->get("userDefined1"),
userDefined2 => $post->get("userDefined2"),