EventView.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 26 Feb 2013 12:55:52 +0000 (20:55 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 26 Feb 2013 12:55:52 +0000 (20:55 +0800)
EventView.php

index 2e2dea3..377f193 100644 (file)
@@ -81,7 +81,7 @@ class Pman_Admin_EventView extends Pman
         echo '<BR/><PRE>'. htmlspecialchars($ev->remarks) . '</PRE>';
         
         $filesJ = json_decode(file_get_contents($file));
-        echo '<br /><PRE>Images Preview</PRE>';
+        echo '<br /><PRE>Download files</PRE>';
         
         
         foreach($filesJ->FILES as $k=>$f){