Commit Graph

6 Commits

Author SHA1 Message Date
FusionPBX b9be6da703 Update events.php 2019-03-15 10:50:28 -06:00
FusionPBX f2c24ed916 Update events.php 2017-01-14 16:03:29 -07: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
mafoo ffc6bfcb2b 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 836a41ddbb Minor adjustments. 2015-12-20 22:46:52 -07:00
Mark Crane 6d0c5b43d6 Add FusionPBX events class. 2015-01-15 16:24:53 +00:00