Изменения

дополнение
Строка 489: Строка 489:  
function p.OldDate( frame )
 
function p.OldDate( frame )
 
     local args = getArgs(frame, { frameOnly = true })
 
     local args = getArgs(frame, { frameOnly = true })
 +
    if not args[1] then return err end
 
     local gdate, jdate = {}
 
     local gdate, jdate = {}
 
     local strin = args[1]  
 
     local strin = args[1]  
Анонимный участник