salesagility / SuiteCRM

SuiteCRM - Open source CRM for the world
https://www.suitecrm.com
GNU Affero General Public License v3.0
4.44k stars 2.07k forks source link

More logical code structure, don't need to fill variable if gets over… #10315

Closed gunnicom closed 2 months ago

gunnicom commented 8 months ago

Description

More logical code structure, don't need to fill variable if gets overwritten later

Motivation and Context

It is just a code cleanup. IF $this->connection_string is filled, most of the code that ran before was useless. So run this code after the condition in else makes more sense to me. May safe some nanoseconds, too.

Types of changes

Final checklist

serhiisamko091184 commented 8 months ago

Hey @gunnicom,

one more time thanks for contributing!

Regards, Serhii