Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More organization of autoloaded files via composer and globals.php #424

Merged

Conversation

bradymiller
Copy link
Sponsor Member

More organization of autoloaded files via composer and globals.php

@@ -4,7 +4,6 @@
echo "Building Statement<br>";
flush();

$sqlLibPath = "../../../library/sql.inc";
Copy link
Sponsor Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove a couple more lines below to complete this script

Copy link
Sponsor Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@@ -21,7 +21,6 @@
require_once("$srcdir/patient.inc");
require_once("$srcdir/acl.inc");
require_once("$srcdir/options.inc.php");
require_once("$srcdir/translation.inc.php");
require_once("../../library/sqlconf.php");
Copy link
Sponsor Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove above line

Copy link
Sponsor Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also remove other pertinent unneeded sqlconf.php includes

Copy link
Sponsor Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done both

@bradymiller bradymiller force-pushed the organized-autoloading-of-files_1 branch from f94e789 to 5bf5ef8 Compare January 8, 2017 12:58
@bradymiller
Copy link
Sponsor Member Author

Tested well, so will bring this into the codebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant