fusionpbx/app/emails
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
..
app_config.php \r\n --> \n 2016-04-25 20:30:23 -05:00
app_languages.php Change the app/emails/app_languages.php to UTF-8 encoding and used a spanish dictionary to fix the translations that were broken when converting file encoding. 2016-03-27 01:18:51 -06:00
app_menu.php Change the encoding type for app/emails/app_menu.php to UTF-8. 2016-03-27 01:10:29 -06:00
email_cron.php fix some email stuff 2016-03-18 18:53:41 -07:00
email_delete.php \r\n --> \n 2016-04-25 20:30:23 -05:00
email_view.php \r\n --> \n 2016-04-25 20:30:23 -05:00
emails.php \r\n --> \n 2016-04-25 20:30:23 -05:00
root.php Rename .project.ROOT to project_root.php this conforms better with current file naming standards. 2016-02-22 14:01:18 -07:00