markjcrane
|
3fc342ad3e
|
prevent an error using trim on a value that could a string or an array
|
2023-05-17 13:38:17 -06:00 |
fusionate
|
c827f6bf21
|
Message [Class] - Fix bug with messages set by static add method.
|
2023-05-16 21:00:43 +00:00 |
fusionate
|
196125952b
|
Message [Class]: Updates for PHP 8.1
|
2023-05-13 04:52:43 +00:00 |
fusionate
|
43961ec6f2
|
Message [Class]: Update for PHP 8.1
|
2023-05-10 22:02:13 +00:00 |
fusionate
|
46ff8cb278
|
Message [Class]: Update for PHP 8.1
|
2023-05-10 21:58:37 +00:00 |
frytimo
|
fef8165be2
|
Frytimo pr patches for php8.1 (#6630)
* Passing null to parameter #2 ($string) of type string is deprecated
* Passing null to parameter #1 ($string) of type string is deprecated
* php 8.1 fixes
* php 8.1 fixes - replace strlen($var) > 0 with !empty($var)
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - strlower with null
* php 8.1 fixes - strreplace with null
* php 8.1 fixes - passing null to base64_decode
* php 8.1 fixes - check for false and check for null on $this->dir
* php 8.1 fixes - remove assignment of $db variable to modules object
* php 8.1 fixes - avoid sending null to substr
* php 8.1 fixes - change ${var} to {$var}
* php 8.1 fixes - check for null before preg_replace
* php 8.1 fixes - remove setting db variable on domains object
* php 8.1 fixes - set empty string if $row['domain_setting_subcategory'] is null
* php 8.1 fixes - set empty string if $_REQUEST['show'] is not available
* php 8.1 fixes
* php 8.1 fixes - correct $_POST checking syntax
* php 8.1 fixes - correct $_POST variables
* php 8.1 fixes
* Use brackets consistently
* Update user_setting_edit.php
* Change to not empty
* Update device.php
* Update text.php
---------
Co-authored-by: Tim Fry <tim@voipstratus.com>
Co-authored-by: FusionPBX <markjcrane@gmail.com>
|
2023-05-05 10:46:37 -06:00 |
Nate
|
82a07205b6
|
Email Logs: List view updates, search, bulk resend, download, delete.
|
2019-11-10 01:40:29 -07:00 |
FusionPBX
|
58537ce365
|
Update message.php
|
2019-05-30 01:55:07 -06:00 |
Nate
|
ace3275ba6
|
Update message.php
Fix for Domain Selector and other JS dependent features not working due to $_SESSION['message'] not being of type text.
|
2019-02-28 13:10:55 -07:00 |
Nate
|
41cba72be7
|
Update message.php
Add method to retrieve quick (rough) count of alert messages waiting.
|
2019-02-19 14:50:03 -07:00 |
FusionPBX
|
f749925ebe
|
Update and rename messages.php to message.php
|
2018-08-30 21:12:55 -06:00 |