[projects/pld-ftp-admin] qa reports: fix current report selection dropdown

glen glen at pld-linux.org
Thu May 26 18:38:22 CEST 2016


commit bf02200747babcd540ff628e8777f139a5802b88
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Thu May 26 19:38:08 2016 +0300

    qa reports: fix current report selection dropdown

 html/qa.php | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/html/qa.php b/html/qa.php
index 61c014d..a24416e 100644
--- a/html/qa.php
+++ b/html/qa.php
@@ -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) {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-ftp-admin.git/commitdiff/bf02200747babcd540ff628e8777f139a5802b88



More information about the pld-cvs-commit mailing list