mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Updated IMAP Push Notifications (markdown)
parent
425a709ab4
commit
d7b55be45a
@ -244,9 +244,9 @@ function arrayEqual(t1, t2)
|
||||
then
|
||||
return false
|
||||
end
|
||||
if (#t1 == 1 and t1[1] == t2[1])
|
||||
if (#t1 == 1)
|
||||
then
|
||||
return true
|
||||
return t1[1] == t2[1]
|
||||
end
|
||||
return json.encode(t1) == json.encode(t2)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user