From e95214371ecc42448ab7d4188098db67b311b4e4 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 21 Jan 2017 12:32:02 -0800 Subject: [PATCH] remote job submission: typo fix --- html/user/submit_rpc_handler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/user/submit_rpc_handler.php b/html/user/submit_rpc_handler.php index 516cc1d0f8..1fe11da336 100644 --- a/html/user/submit_rpc_handler.php +++ b/html/user/submit_rpc_handler.php @@ -293,7 +293,7 @@ function make_result_template($job) { // function delete_wu_templates() { global $wu_templates; - foreach ($wu_templates as $t->$f) { + foreach ($wu_templates as $t => $f) { unlink($f); } } @@ -427,7 +427,7 @@ function submit_batch($r) { "; - //delete_wu_templates(); + delete_wu_templates(); } function create_batch($r) {