Commit Graph
13 Commits
Author SHA1 Message Date
frytimo 48b93b66a1 Allow the use of TAB as a delimiter (#5931)
Allows the use of TAB character for a delimiter while importing.
2021-10-14 00:46:33 -06:00
frytimo 993b326af6 add missing quotes surrounding extension_advanced (#5329)
Add missing quotes surrounding extension_advanced permission so it is interpreted as text.
2020-07-03 13:41:45 -06:00
frytimo 10d95bb117 Fix typo (#5303)
Missing ";" on unset statement.
2020-06-17 10:14:23 -06:00
frytimo 1f4a19bbd8 Rogue Apostrophe in SQL statement (#5298)
Remove rogue apostrophe in SQL statement for :default_setting_value.
2020-06-10 13:23:38 -06:00
frytimo 8a510401be $sql and $parameters never unset (#5295)
Change order of unset statement as it is after a return statement thus unreachable.
2020-06-08 22:57:07 -06:00
frytimo 79daf8feaa Match mixed case in "from" address (#4618)
RFC's do not specify addresses must be converted lower case by email servers. If a sender has set their "from" address set to a mixed case string, the fax send will not match the authorized senders. This corrects that by changing authorized senders list to lower case before the comparison is done.
2019-09-17 12:39:31 -06:00
frytimo 7ecf092dd6 Match mixed case in "from" address (#4619)
RFC's do not specify addresses must be converted lower case by email servers. If a sender has set their "from" address set to a mixed case string, the fax send will not match the authorized senders. This ensures newly entered authorized senders are now stored as lower case.
2019-09-17 12:38:59 -06:00
frytimo 8068a89a3a Update fax_emails.php (#4529)
Change $array to $result
2019-09-09 19:10:22 -06:00
frytimo 385dd06580 Update azure.php (#4477)
Add missing '
2019-08-30 21:05:01 -04:00
frytimo 907c1e0867 Update fax_emails.php
Add missing ';'
2019-08-30 16:32:48 -04:00
frytimo 36d03882dc Update adminer.css
Remove '%'
2019-08-30 16:13:27 -04:00
frytimo 99e22b3dbd Update apps_delete.php
Missing ']' bracket
2019-08-30 16:12:08 -04:00
frytimo 02971a3a7f Update apps_delete.php
Missing Bracket ')'
2019-08-30 16:09:59 -04:00