Commit Graph

5 Commits

Author SHA1 Message Date
FusionPBX ca9dd75335 Update events.php 2017-01-14 16:03:29 -07:00
Harry G. Coin 91a92d8e5e \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
mafoo 1f609dc806 WhitespaceClean-core/batch
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 12:06:20 +00:00
markjcrane 4b7e7fce06 Minor adjustments. 2015-12-20 22:46:52 -07:00
Mark Crane 595745ce30 Add FusionPBX events class. 2015-01-15 16:24:53 +00:00