summaryrefslogtreecommitdiffstats
path: root/editwhines.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'editwhines.cgi')
-rwxr-xr-xeditwhines.cgi2
1 files changed, 1 insertions, 1 deletions
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 " .