Your plan entry has been posted successfully.

'; } else { echo "

Somebody screwed up, MySQL said '$sqlError'. Bug a project admin or somethin', eh?

"; } } else { $date = date ('d M Y'); newsBoxOpen (); if ($planText) { newsBoxTitle ("Latest Plan for $user (Preview)"); printNews ($date, $user, stripSlashes ($planText)); } newsBoxTitle ("Post Plan Entry"); $form = '
' . 'Subject: ' . '' . '
' . '
' . '' . '' .'
'; printNews ($date, $user, $form); newsBoxClose (); } ?>