From 5744df45abac7fdebc41105b8046b8ed50089e34 Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Fri, 1 Apr 2011 15:09:32 +1100 Subject: [PATCH] And now it fucking works? Crazy --- views/jobs/build_jobs_json.ctp | 2 -- 1 file changed, 2 deletions(-) diff --git a/views/jobs/build_jobs_json.ctp b/views/jobs/build_jobs_json.ctp index bf18be4b..9146f3fa 100644 --- a/views/jobs/build_jobs_json.ctp +++ b/views/jobs/build_jobs_json.ctp @@ -90,5 +90,3 @@ foreach($jobs as $job) { $jsonObj = json_encode($recordObj); echo $jsonObj; ?> - - \ No newline at end of file