Änderungen

Zur Navigation springen Zur Suche springen
keine Bearbeitungszusammenfassung
Zeile 14: Zeile 14:  
while n <= table.getn(queryResult[i][1])  
 
while n <= table.getn(queryResult[i][1])  
 
do
 
do
ReturnString = ReturnString .. queryResult[i][1][n]
+
AuthorList[table.getn(AuthorList) +1] = queryResult[i][1][n]
 
n = n +1
 
n = n +1
 
end
 
end
Zeile 22: Zeile 22:  
-- only one author
 
-- only one author
 
AuthorList[table.getn(AuthorList) +1] = queryResult[i][1]
 
AuthorList[table.getn(AuthorList) +1] = queryResult[i][1]
ReturnString = ReturnString .. queryResult[i][1] .. '<br>'
   
end
 
end
 
i = i + 1
 
i = i + 1

Navigationsmenü