We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7fbae6 commit 8748555Copy full SHA for 8748555
src/generator.vala
@@ -756,7 +756,7 @@ public class Valadoc.IndexGenerator : Valadoc.ValadocOrgDoclet {
756
php.printf ("\t$res = mysqli_query($mysqli, \"SHOW TABLES\");\n");
757
php.printf ("\t$pkgs = array();\n");
758
php.printf ("\twhile ($row = $res->fetch_assoc()) {\n");
759
- php.printf ("\t\t$pkgs[] = $row['Index'];\n");
+ php.printf ("\t\t$pkgs[] = $row['Table'];\n");
760
php.printf ("\t}\n");
761
php.printf ("\t$res->close ();\n");
762
php.printf ("\t$allpkgs = implode(', ', $pkgs);\n\n");
0 commit comments