Änderungen

30 Bytes hinzugefügt ,  21:25, 19. Dez. 2021
keine Bearbeitungszusammenfassung
Zeile 86: Zeile 86:  
-- loop over authors, find publikationen of each author, display them
 
-- loop over authors, find publikationen of each author, display them
 
     local n = 1
 
     local n = 1
 +
    if Authors ~= nil then
 
     while n <= table.getn(Authors)  
 
     while n <= table.getn(Authors)  
 
     do
 
     do
Zeile 101: Zeile 102:  
     n = n +1  
 
     n = n +1  
 
     end
 
     end
      
+
     end
 
     return ReturnString
 
     return ReturnString
 
end
 
end
    
return p
 
return p