From: Daniel Veillard Date: Thu, 13 Jan 2011 06:09:13 +0000 (+0800) Subject: Fix old PHP syntax in the search online form X-Git-Tag: v0.8.8~221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=657cd084a9c3630c91c1a5788e755a178cfe364d;p=thirdparty%2Flibvirt.git Fix old PHP syntax in the search online form --- diff --git a/docs/search.php b/docs/search.php index bbd652aab6..7131062131 100644 --- a/docs/search.php +++ b/docs/search.php @@ -18,14 +18,13 @@
Search the documentation on Libvir.org"; } + $scope = $_GET['scope"']; if ($scope == NULL) $scope = "any"; $scope = ltrim ($scope); @@ -34,7 +33,7 @@ ?>

The search service indexes the libvirt APIs and documentation as well as the libvir-list@redhat.com mailing-list archives. To use it simply provide a set of keywords:

-