sogo/SoObjects
Patrice Levesque 5e9d0ce95a Fix warning: ‘-textValue’ not found in protocol(s)
Confusingly, labelNode is a DOMElement, not a DOMNode, so textValue cannot
apply here; textContent which would be an appropriate replacement does not
exist AFAIK in this DOM Library.

So we manually get the text node via firstChild then get its text value
via nodeValue.
2016-03-07 10:34:40 -05:00
..
Appointments (html) Use datepicker for task completion date 2016-03-04 11:34:02 -05:00
Contacts Fix extraction of mail column from SQL source 2016-02-29 11:56:32 -05:00
Mailer Fix warning: ‘-textValue’ not found in protocol(s) 2016-03-07 10:34:40 -05:00
SOGo Merge branch 'master' into fix-some-warnings 2016-02-15 11:23:27 -05:00
common.make Improved and simplified rpath 2014-10-02 12:36:22 -04:00
GNUmakefile See ChangeLog 2009-10-09 21:54:07 +00:00