From 5f173728faa3420461cb6f77b32f392bd58a1777 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 21 Jun 2005 02:16:26 +0000 Subject: Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - Patch by Tiago R. Mello r=LpSolit a=myk --- editwhines.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editwhines.cgi') diff --git a/editwhines.cgi b/editwhines.cgi index e65a585d0..9c27bcd0a 100755 --- a/editwhines.cgi +++ b/editwhines.cgi @@ -203,7 +203,7 @@ if ($cgi->param('update')) { for my $sid (@scheduleids) { if ($cgi->param("remove_schedule_$sid")) { - # having the owner id in here is a security failsafe + # having the assignee id in here is a security failsafe $sth = $dbh->prepare("SELECT whine_schedules.id " . "FROM whine_schedules " . "LEFT JOIN whine_events " . -- cgit v1.2.3-24-g4f1b