aboutsummaryrefslogtreecommitdiffstats
path: root/web-admin
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@cake.ukcod.org.uk>2010-04-20 12:52:31 +0100
committerMatthew Somerville <matthew@cake.ukcod.org.uk>2010-04-20 12:52:31 +0100
commitb56e2cca47bf25705e9fc8447bcb273dd60dd42c (patch)
tree788e8935cd69364e85bf4f02c7f37a798a8318ff /web-admin
parenta267f47e14df4d620662b3a57cb9b24c236c11e9 (diff)
Initialise to empty string.
Diffstat (limited to 'web-admin')
-rwxr-xr-xweb-admin/index.cgi2
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=?';