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