EventView.php
authorAlan Knowles <alan@roojs.com>
Mon, 3 Sep 2012 02:21:57 +0000 (10:21 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 3 Sep 2012 02:21:57 +0000 (10:21 +0800)
EventView.php

index a498dc5..f531b25 100644 (file)
@@ -62,6 +62,8 @@ class Pman_Admin_EventView extends Pman
             exit;
         }
         echo '<PRE>' . htmlspecialchars(file_get_contents($file)) . '</PRE>';
+        
+        echo '<BR/><PRE>'. htmlspecialchars($ev->remarks) . '</PRE>';
         exit;
         
     }