Skip to content

Commit

Permalink
Fixed fatal error in preview
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Jun 3, 2010
1 parent e2ea73f commit 9bbcdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpmyfaq/admin/record.add.php
Expand Up @@ -144,7 +144,7 @@
<h3><strong><em><?php print $categorylist; ?></em>
<?php print $question; ?></strong></h3>
<?php print html_entity_decode($content); ?>
<p class="little"><?php print $PMF_LANG["msgLastUpdateArticle"].makeDate(date("YmdHis")); ?><br />
<p class="little"><?php print $PMF_LANG["msgLastUpdateArticle"].PMF_Date::createIsoDate(date("YmdHis")); ?><br />
<?php print $PMF_LANG["msgAuthor"].' '.$author; ?></p>

<form action="?action=editpreview" method="post">
Expand Down

0 comments on commit 9bbcdfe

Please sign in to comment.