]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
qa reports: fix current report selection dropdown
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 26 May 2016 16:38:08 +0000 (19:38 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 26 May 2016 16:38:08 +0000 (19:38 +0300)
html/qa.php

index 61c014d6b7b322e4b08d6294bc512ff1261d4b3d..a24416e9c9f031bb2f7a2080a54a19f60ed6a33a 100644 (file)
@@ -59,6 +59,7 @@ $reports = array(
 );
 
 function reports_selection($reports) {
+       global $report;
        echo "Select report:";
        echo "<select id=q name=q>\n";
        foreach ($reports as $q => $title) {
This page took 0.149966 seconds and 4 git commands to generate.