From 7de61cd8871fa7a3720ce050747f6fe1fd6d1f0d Mon Sep 17 00:00:00 2001 From: Milan Date: Thu, 23 Feb 2023 21:06:25 +0100 Subject: [PATCH] add_commit.cgi: use coloradio url --- website/agenda/add_comment.cgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/agenda/add_comment.cgi b/website/agenda/add_comment.cgi index ae773ca..70c5d09 100755 --- a/website/agenda/add_comment.cgi +++ b/website/agenda/add_comment.cgi @@ -101,16 +101,16 @@ EMAIL: $comment->{email} CONTENT: '$comment->{content}' view event -https://piradio.de/programm/sendung/$comment->{event_id}.html#comments +https://programm.coloradio.org/programm/sendung/$comment->{event_id}.html#comments "; if ($status eq 'new'){ $content.=" manage comments: -https://piradio.de/agenda/planung/comment.cgi?project_id=1&studio_id=1 +https://programm.coloradio.org/agenda/planung/comment.cgi?project_id=1&studio_id=1 lock this comment -https://piradio.de/agenda/planung/comment.cgi?event_id=$comment->{event_id}&comment_id=$comment->{comment_id}&set_lock_status=blocked +https://programm.coloradio.org/agenda/planung/comment.cgi?event_id=$comment->{event_id}&comment_id=$comment->{comment_id}&set_lock_status=blocked "; }