FusionPBX
0e7ec5baa2
Change the class method getxml to get_xml
...
- Count the primary key in the SQL statement. Slightly more efficient.
- Updated $dir to $xml_dir
- Add an extra line feed
- Change spaces to tabs
- Remove the method return
2025-12-08 08:23:12 -07:00
volga629-1
e2ac2b3272
Number translate bug PHP Fatal error: Uncaught Error: Cannot access private property xml ( #7656 )
...
* Number translation through exception unable load private property
PHP Fatal error: Uncaught Error: Cannot access private property
Under class defined
```
private $xml;
```
You can't access this properly under private constant
* Fix private property access under class for import()
PHP Fatal error: Uncaught Error: Cannot access private property.
2025-12-08 08:09:11 -07:00
Alex
1e96df6e95
Change $setting to $settings ( #7318 )
...
* Change $setting to $settings
* Update app_defaults.php
* Update fax_queue.php
* Update xml_cdr.php
* Update email_queue.php
* Update transcribe.php
* Update send.php
* Update fax_queue.php
* Update fax_send.php
* Update app_defaults.php
* Update email_queue.php
* Update app_defaults.php
* Update app_defaults.php
* Update app_defaults.php
* Update app_defaults.php
* Update app_defaults.php
* Update app_defaults.php
* Update app_defaults.php
* Update app_defaults.php
* Update app_defaults.php
* Update app_defaults.php
* Update app_defaults.php
2025-03-14 16:19:49 -06:00
frytimo
0a5c377ae6
Remove Extra Line Ending ( #7252 )
2025-02-13 09:09:52 -07:00
FusionPBX
5c9658334c
Update app_defaults.php
2024-10-16 11:53:45 -06:00
frytimo
2cbb4dbc31
remove instances where a pointer is used in a foreach loop for value ( #7108 )
2024-08-22 12:41:10 -06:00
FusionPBX
c6d966395e
Use settings class for app_defaults.php
2023-09-16 00:22:12 -06:00
markjcrane
6d7e125743
Fix all PHP 8.1 messages for upgrade.php
2023-05-17 10:07:49 -06:00
FusionPBX
e1c302ef25
Update app_defaults.php
2019-11-10 09:45:54 -07:00
FusionPBX
2f593c5d4e
Update app_defaults.php
2017-12-24 00:52:01 -07:00
FusionPBX
a37cc79521
Update app_defaults.php
2017-12-24 00:01:33 -07:00
markjcrane
a19fd6c2c7
Rename directory number_translation to number_translations to be more consistant
2017-12-24 06:14:59 +00:00