From 15b29dd398ed572633cab027cf5c82e18b96c358 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 11 Jan 2005 22:51:06 +0000 Subject: [PATCH] Parse error: parse error, unexpected ';' in SpecialAsksql.php on line 33 --- includes/SpecialAsksql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialAsksql.php b/includes/SpecialAsksql.php index 567901aece..3e8bf34da4 100644 --- a/includes/SpecialAsksql.php +++ b/includes/SpecialAsksql.php @@ -30,7 +30,7 @@ function wfSpecialAsksql() { $action = $wgRequest->getVal( 'action' ); } else { $query = ''; - $action = ; + $action = ''; } $f = new SqlQueryForm( $query); -- 2.20.1