fusionpbx/app/dialplans
Luis Daniel Lucio Quiroz c4422e65f8
Remove redundant SQL condition (#6573)
In this condition you already have  p.dialplay_uuid = s.dialplay_uuid  and you have p.dialplay_uuid = CONST, no need tor s.dialplay_uuid=CONST,

In small databases, this could be trivial; but in significant databases, this saves a lot of processing.
2023-03-09 14:13:50 -07:00
..
resources Remove redundant SQL condition (#6573) 2023-03-09 14:13:50 -07:00
app_config.php Update app_config.php (#6544) 2023-02-06 14:49:48 -07:00
app_defaults.php Need to escape the $ with the back slash 2022-01-28 19:20:33 -07:00
app_languages.php Add en-gb fusionpbx language (#5192) 2020-03-20 14:47:13 -06:00
app_menu.php Add en-gb fusionpbx language (#5192) 2020-03-20 14:47:13 -06:00
dialplan_add.php Replace root.php with config.conf 2022-10-10 13:19:44 -06:00
dialplan_edit.php Replace root.php with config.conf 2022-10-10 13:19:40 -06:00
dialplan_xml.php Replace root.php with config.conf 2022-10-10 13:18:54 -06:00
dialplans.php Dialplans: Fix search by dialplan Number. 2023-03-08 16:54:21 +00:00