EventView.php
authorChris <chris@roojs.com>
Fri, 12 Oct 2012 11:41:23 +0000 (19:41 +0800)
committerChris <chris@roojs.com>
Fri, 12 Oct 2012 11:41:23 +0000 (19:41 +0800)
EventView.php

index b0f62a4..836b12b 100644 (file)
@@ -81,7 +81,8 @@ class Pman_Admin_EventView extends Pman
         
         foreach($filesJ->FILES as $f){
             $ip = $ff->baseURL."/image/events/". $f->tmp_name;
-            echo "<img src=\"{$ip}\" width=\"150\"/>";
+            echo '<img src="'.{$ip}.'" width="150"/>'';
+                    
         }