From: Edward Date: Fri, 24 Jul 2015 09:57:52 +0000 (+0800) Subject: EventView.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=4075ec690adc78486ee7fff972814e8aff4c1739 EventView.php --- diff --git a/EventView.php b/EventView.php index b27e81c..af83a13 100644 --- a/EventView.php +++ b/EventView.php @@ -20,9 +20,9 @@ class Pman_Admin_EventView extends Pman function get($id) { - $test = json_decode('afsdfasf'); - - print_R(JSON_ERROR_NONE);exit; +// $test = json_decode('{a}'); +// +// print_R(JSON_ERROR_NONE);exit; $ev = DB_DataObject::Factory('Events'); if (!$ev->get((int)$id)) {