Commit Graph

12 Commits

Author SHA1 Message Date
frytimo 10d95bb117
Fix typo (#5303)
Missing ";" on unset statement.
2020-06-17 10:14:23 -06:00
Nate 1bf11ef2d0 Contacts - Import: Change Google import to use class delete() method to remove duplicates. 2020-03-04 07:07:37 -07:00
Nate c660b27096 Misc: Database class integration. 2019-08-28 21:02:08 -06:00
Nate a5601d24a9 Database class integration. 2019-07-27 09:03:55 -06:00
markjcrane a72f1d6266 Change messages class to message 2018-08-31 03:09:01 +00:00
Mafoo 3cab4401cf Enhance - More messages::add updates (#2662)
convert more messages over to messsagse::add
2017-06-09 20:13:40 -06:00
Harry G. Coin bda6861f88 \r\n --> \n
Cause all the .php files containing lines ending with \r\n to instead end with \n.

DYI with:

find fusionpbx -type f -name '*.php' -exec dos2unix '{}' \;
2016-04-25 20:30:23 -05:00
Mark Crane c5755666cb Add the text class to more of the applications. 2015-01-18 10:06:08 +00:00
Nate Jones ecfea148d7 Contacts: Added option to skip or replace Google contacts previously imported. 2014-11-27 02:28:47 +00:00
Nate Jones fa7826da65 Contacts: Fix address import (typo). 2014-11-25 18:44:48 +00:00
Nate Jones 483b92c9f3 Contacts: Language corrections and additions, curl and setting check (for Google import), remove groups on contact delete, added additional options for Google Contact import (select fields, set contact type, category and shared state). 2014-11-25 18:38:22 +00:00
Nate Jones 0efc467795 Contacts: Added ability to import Google Contacts. Requires: PHP curl and Google: Account, API Console Project, Contacts API and OAuth Client ID credentials. 2014-11-25 08:35:53 +00:00