This website requires JavaScript.
Explore
Help
Sign In
dbxe
/
fusionpbx
Watch
2
Star
0
Fork
You've already forked fusionpbx
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d4cc8600e6
fusionpbx
/
app
/
contacts
/
app_defaults.php
8 lines
48 B
PHP
Raw
Normal View
History
Unescape
Escape
\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-26 03:30:23 +02:00
<
?
php
Patch contacts calling multiple schemas (#6826) * improve performance for contacts app_defaults * add app_name and app_uuid as constants in class * performance boost by removing scanning app_defaults twice * Update app_defaults.php * Update schema.php --------- Co-authored-by: FusionPBX <markjcrane@gmail.com>
2023-11-03 21:04:07 +01:00
if
(
$domains_processed
==
1
)
{
\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-26 03:30:23 +02:00
Patch contacts calling multiple schemas (#6826) * improve performance for contacts app_defaults * add app_name and app_uuid as constants in class * performance boost by removing scanning app_defaults twice * Update app_defaults.php * Update schema.php --------- Co-authored-by: FusionPBX <markjcrane@gmail.com>
2023-11-03 21:04:07 +01:00
}
Deprecate old contact app defaults. This was added to help with the upgrade for systems 8 years ago. This is no longer needed.
2024-05-27 21:59:10 +02:00
Database save method set to false. (#6215) * When database save set to false for app_defaults.php
2021-12-24 20:42:16 +01:00
?>