diff options
author | Matthew Somerville <matthew@cake.ukcod.org.uk> | 2010-04-20 12:52:31 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@cake.ukcod.org.uk> | 2010-04-20 12:52:31 +0100 |
commit | b56e2cca47bf25705e9fc8447bcb273dd60dd42c (patch) | |
tree | 788e8935cd69364e85bf4f02c7f37a798a8318ff /web-admin | |
parent | a267f47e14df4d620662b3a57cb9b24c236c11e9 (diff) |
Initialise to empty string.
Diffstat (limited to 'web-admin')
-rwxr-xr-x | web-admin/index.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-admin/index.cgi b/web-admin/index.cgi index 95d500728..fd635157f 100755 --- a/web-admin/index.cgi +++ b/web-admin/index.cgi @@ -678,7 +678,7 @@ sub admin_edit_update { my $cobrand = Page::get_cobrand($q); my %row = %{$row->[0]}; - my $status_message; + my $status_message = ''; if ($q->param('submit')) { return not_found($q) if $q->param('token') ne get_token($q); my $query = 'update comment set state=?, name=?, email=?, text=?'; |