From c5a9a3370e7180ad2be890eb1c8e155770399789 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 21 Sep 2005 03:39:42 +0000 Subject: [PATCH] r388: Fixed: Parse error: parse error, unexpected ':' in /WebRoot/htdocs/bugtrack/editreport.php on line 164 --- editreport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editreport.php b/editreport.php index 58a3cf0..4d7f41b 100644 --- a/editreport.php +++ b/editreport.php @@ -161,7 +161,7 @@ if ($_POST['do'] == 'update') status = " . intval($bugsys->in['status']) . ", resolution = " . intval($bugsys->in['resolution']) . "," : '') . " - " . (can_perform('canassign') ? "assignedto = " . intval($bugsys->in['assignedto']) . "," . : '') . " + " . (can_perform('canassign') ? "assignedto = " . intval($bugsys->in['assignedto']) . "," : '') . " duplicateof = " . intval($bugsys->in['duplicateof']) . ", dependency = '$dependencies', productid = " . $pcv['product'] . ", -- 2.22.5